File tree
8 files changed
+18
-3
lines changed- compiler
- rustc_codegen_llvm/src
- rustc_feature/src
- rustc_span/src
- rustc_target/src
- tests/ui
- check-cfg
- target-feature
8 files changed
+18
-3
lines changed+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
228 | 228 |
| |
229 | 229 |
| |
230 | 230 |
| |
| 231 | + | |
| 232 | + | |
231 | 233 |
| |
232 | 234 |
| |
233 | 235 |
| |
| |||
280 | 282 |
| |
281 | 283 |
| |
282 | 284 |
| |
| 285 | + | |
283 | 286 |
| |
284 | 287 |
| |
285 | 288 |
| |
|
Diff for: compiler/rustc_feature/src/unstable.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
336 | 336 |
| |
337 | 337 |
| |
338 | 338 |
| |
| 339 | + | |
339 | 340 |
| |
340 | 341 |
| |
341 | 342 |
| |
|
Diff for: compiler/rustc_span/src/symbol.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1868 | 1868 |
| |
1869 | 1869 |
| |
1870 | 1870 |
| |
| 1871 | + | |
1871 | 1872 |
| |
1872 | 1873 |
| |
1873 | 1874 |
| |
|
+9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
545 | 545 |
| |
546 | 546 |
| |
547 | 547 |
| |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
548 | 555 |
| |
549 | 556 |
| |
550 | 557 |
| |
| |||
563 | 570 |
| |
564 | 571 |
| |
565 | 572 |
| |
| 573 | + | |
566 | 574 |
| |
567 | 575 |
| |
568 | 576 |
| |
| |||
582 | 590 |
| |
583 | 591 |
| |
584 | 592 |
| |
| 593 | + | |
585 | 594 |
| |
586 | 595 |
| |
587 | 596 |
| |
|
Diff for: tests/ui/check-cfg/mix.stderr
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
251 | 251 |
| |
252 | 252 |
| |
253 | 253 |
| |
254 |
| - | |
| 254 | + | |
255 | 255 |
| |
256 | 256 |
| |
257 | 257 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
174 | 174 |
| |
175 | 175 |
| |
176 | 176 |
| |
177 |
| - | |
| 177 | + | |
178 | 178 |
| |
179 | 179 |
| |
180 | 180 |
| |
|
Diff for: tests/ui/target-feature/gate.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| 26 | + | |
26 | 27 |
| |
27 | 28 |
| |
28 | 29 |
| |
|
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