File tree
5 files changed
+14
-5
lines changed- compiler
- rustc_attr/src
- rustc_interface/src
- rustc_session/src
5 files changed
+14
-5
lines changedDiff for: compiler/rustc_attr/src/builtin.rs
+6-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
586 | 586 |
| |
587 | 587 |
| |
588 | 588 |
| |
589 |
| - | |
590 |
| - | |
591 | 589 |
| |
592 | 590 |
| |
593 |
| - | |
594 |
| - | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
595 | 597 |
| |
596 | 598 |
| |
597 | 599 |
| |
|
Diff for: compiler/rustc_interface/src/tests.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
538 | 538 |
| |
539 | 539 |
| |
540 | 540 |
| |
| 541 | + | |
541 | 542 |
| |
542 | 543 |
| |
543 | 544 |
| |
|
Diff for: compiler/rustc_session/src/options.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
856 | 856 |
| |
857 | 857 |
| |
858 | 858 |
| |
| 859 | + | |
| 860 | + | |
859 | 861 |
| |
860 | 862 |
| |
861 | 863 |
| |
|
Diff for: compiler/rustc_session/src/parse.rs
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
| 141 | + | |
| 142 | + | |
141 | 143 |
| |
142 | 144 |
| |
143 | 145 |
| |
| |||
164 | 166 |
| |
165 | 167 |
| |
166 | 168 |
| |
| 169 | + | |
167 | 170 |
| |
168 | 171 |
| |
169 | 172 |
| |
|
Diff for: compiler/rustc_session/src/session.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1336 | 1336 |
| |
1337 | 1337 |
| |
1338 | 1338 |
| |
1339 |
| - | |
| 1339 | + | |
| 1340 | + | |
1340 | 1341 |
| |
1341 | 1342 |
| |
1342 | 1343 |
| |
|
0 commit comments