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 | |
---|---|---|---|
| |||
668 | 668 |
| |
669 | 669 |
| |
670 | 670 |
| |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
671 | 685 |
| |
672 | 686 |
| |
673 | 687 |
| |
| |||
687 | 701 |
| |
688 | 702 |
| |
689 | 703 |
| |
| 704 | + | |
690 | 705 |
| |
691 | 706 |
| |
692 | 707 |
| |
| |||
734 | 749 |
| |
735 | 750 |
| |
736 | 751 |
| |
| 752 | + | |
737 | 753 |
| |
738 | 754 |
| |
739 | 755 |
| |
| |||
751 | 767 |
| |
752 | 768 |
| |
753 | 769 |
| |
754 |
| - | |
| 770 | + | |
755 | 771 |
| |
756 | 772 |
| |
757 | 773 |
| |
|
+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