-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Commit 6bfe236
make
We want to allow setting this on the CLI, override it only in MIR
passes, and disable it altogether in mir-opt tests.
The default value is "only for NLL MIR dumps", which is considered off
for all intents and purposes, except for `rustc_borrowck` when an NLL
MIR dump is requested.-Z mir-include-spans
a dedicated enum1 parent 92da216 commit 6bfe236
File tree
4 files changed
+43
-7
lines changed- compiler
- rustc_interface/src
- rustc_middle/src/mir
- rustc_session/src
4 files changed
+43
-7
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 | - | ||
16 | - | ||
17 | - | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| |||
705 | 705 |
| |
706 | 706 |
| |
707 | 707 |
| |
708 | - | ||
708 | + | ||
709 | 709 |
| |
710 | 710 |
| |
711 | 711 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 | - | ||
57 | + | ||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3348 | 3348 |
| |
3349 | 3349 |
| |
3350 | 3350 |
| |
3351 | + | ||
3352 | + | ||
3353 | + | ||
3354 | + | ||
3355 | + | ||
3356 | + | ||
3357 | + | ||
3358 | + | ||
3359 | + | ||
3360 | + | ||
3361 | + | ||
3362 | + | ||
3363 | + | ||
3364 | + | ||
3365 | + | ||
3366 | + | ||
3367 | + | ||
3368 | + | ||
3369 | + | ||
3370 | + | ||
3371 | + | ||
3372 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
444 | 444 |
| |
445 | 445 |
| |
446 | 446 |
| |
447 | + | ||
448 | + | ||
447 | 449 |
| |
448 | 450 |
| |
449 | 451 |
| |
| |||
1477 | 1479 |
| |
1478 | 1480 |
| |
1479 | 1481 |
| |
1482 | + | ||
1483 | + | ||
1484 | + | ||
1485 | + | ||
1486 | + | ||
1487 | + | ||
1488 | + | ||
1489 | + | ||
1490 | + | ||
1491 | + | ||
1492 | + | ||
1480 | 1493 |
| |
1481 | 1494 |
| |
1482 | 1495 |
| |
| |||
1832 | 1845 |
| |
1833 | 1846 |
| |
1834 | 1847 |
| |
1835 | - | ||
1836 | - | ||
1848 | + | ||
1849 | + | ||
1850 | + | ||
1837 | 1851 |
| |
1838 | 1852 |
| |
1839 | 1853 |
| |
|
0 commit comments