File tree
4 files changed
+16
-6
lines changed- compiler
- rustc_attr/src
- rustc_driver_impl/src
- rustc_interface/src
4 files changed
+16
-6
lines changedDiff for: compiler/rustc_attr/src/builtin.rs
+4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
492 | 492 |
| |
493 | 493 |
| |
494 | 494 |
| |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
495 | 499 |
| |
496 | 500 |
| |
497 | 501 |
| |
|
Diff for: compiler/rustc_driver_impl/src/lib.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
766 | 766 |
| |
767 | 767 |
| |
768 | 768 |
| |
| 769 | + | |
769 | 770 |
| |
770 |
| - | |
771 | 771 |
| |
772 | 772 |
| |
773 | 773 |
| |
|
Diff for: compiler/rustc_interface/src/queries.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
133 |
| - | |
| 133 | + | |
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
|
Diff for: compiler/rustc_interface/src/util.rs
+10-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
471 | 471 |
| |
472 | 472 |
| |
473 | 473 |
| |
474 |
| - | |
| 474 | + | |
475 | 475 |
| |
476 | 476 |
| |
477 | 477 |
| |
478 | 478 |
| |
479 | 479 |
| |
480 | 480 |
| |
481 | 481 |
| |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
482 | 488 |
| |
483 | 489 |
| |
484 | 490 |
| |
| |||
487 | 493 |
| |
488 | 494 |
| |
489 | 495 |
| |
490 |
| - | |
| 496 | + | |
491 | 497 |
| |
492 | 498 |
| |
493 | 499 |
| |
494 |
| - | |
| 500 | + | |
495 | 501 |
| |
496 | 502 |
| |
497 | 503 |
| |
| |||
520 | 526 |
| |
521 | 527 |
| |
522 | 528 |
| |
523 |
| - | |
| 529 | + | |
524 | 530 |
| |
525 | 531 |
| |
526 | 532 |
| |
|
0 commit comments