File tree
6 files changed
+29
-2
lines changed- compiler
- rustc_feature/src
- rustc_span/src
- rustc_target/src
- tests/ui
- check-cfg
- target-feature
6 files changed
+29
-2
lines changedDiff for: compiler/rustc_feature/src/unstable.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
332 | 332 |
| |
333 | 333 |
| |
334 | 334 |
| |
| 335 | + | |
335 | 336 |
| |
336 | 337 |
| |
337 | 338 |
| |
|
Diff for: compiler/rustc_span/src/symbol.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1190 | 1190 |
| |
1191 | 1191 |
| |
1192 | 1192 |
| |
| 1193 | + | |
1193 | 1194 |
| |
1194 | 1195 |
| |
1195 | 1196 |
| |
|
+17-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
723 | 723 |
| |
724 | 724 |
| |
725 | 725 |
| |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
726 | 740 |
| |
727 | 741 |
| |
728 | 742 |
| |
| |||
742 | 756 |
| |
743 | 757 |
| |
744 | 758 |
| |
| 759 | + | |
745 | 760 |
| |
746 | 761 |
| |
747 | 762 |
| |
| |||
789 | 804 |
| |
790 | 805 |
| |
791 | 806 |
| |
| 807 | + | |
792 | 808 |
| |
793 | 809 |
| |
794 | 810 |
| |
| |||
806 | 822 |
| |
807 | 823 |
| |
808 | 824 |
| |
809 |
| - | |
| 825 | + | |
810 | 826 |
| |
811 | 827 |
| |
812 | 828 |
| |
|
+8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
118 | 118 |
| |
119 | 119 |
| |
120 | 120 |
| |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
121 | 129 |
| |
122 | 130 |
| |
123 | 131 |
| |
|
Diff for: tests/ui/target-feature/gate.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| 28 | + | |
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
|
Diff for: tests/ui/target-feature/gate.stderr
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
0 commit comments