Commit fa6c16e
authored
Rollup merge of rust-lang#54412 - jcpst:replace_span_suggestion, r=estebank
add applicability to span_suggestion call
Found another `span_suggestion` call. Issue rust-lang#50723
r? @estebankFile tree
1 file changed
+3
-1
lines changed- src/librustc_mir/borrow_check/nll/region_infer/error_reporting
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
540 | 541 | | |
541 | 542 | | |
542 | 543 | | |
543 | | - | |
| 544 | + | |
544 | 545 | | |
545 | 546 | | |
546 | 547 | | |
547 | 548 | | |
548 | 549 | | |
549 | 550 | | |
550 | 551 | | |
| 552 | + | |
551 | 553 | | |
552 | 554 | | |
553 | 555 | | |
| |||
0 commit comments