File tree
7 files changed
+39
-1
lines changed- compiler
- rustc_ast_passes/src
- rustc_feature/src
- rustc_parse/src/parser
- rustc_span/src
- tests/ui/feature-gates
7 files changed
+39
-1
lines changed+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
511 | 511 |
| |
512 | 512 |
| |
513 | 513 |
| |
| 514 | + | |
514 | 515 |
| |
515 | 516 |
| |
516 | 517 |
| |
|
Diff for: compiler/rustc_feature/src/unstable.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
629 | 629 |
| |
630 | 630 |
| |
631 | 631 |
| |
| 632 | + | |
| 633 | + | |
632 | 634 |
| |
633 | 635 |
| |
634 | 636 |
| |
|
Diff for: compiler/rustc_parse/src/parser/stmt.rs
+14-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
76 |
| - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
77 | 90 |
| |
78 | 91 |
| |
79 | 92 |
| |
|
+4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
| 117 | + | |
117 | 118 |
| |
118 | 119 |
| |
119 | 120 |
| |
| |||
250 | 251 |
| |
251 | 252 |
| |
252 | 253 |
| |
| 254 | + | |
253 | 255 |
| |
254 | 256 |
| |
255 | 257 |
| |
| |||
324 | 326 |
| |
325 | 327 |
| |
326 | 328 |
| |
| 329 | + | |
327 | 330 |
| |
328 | 331 |
| |
329 | 332 |
| |
| |||
549 | 552 |
| |
550 | 553 |
| |
551 | 554 |
| |
| 555 | + | |
552 | 556 |
| |
553 | 557 |
| |
554 | 558 |
| |
|
Diff for: compiler/rustc_span/src/symbol.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2040 | 2040 |
| |
2041 | 2041 |
| |
2042 | 2042 |
| |
| 2043 | + | |
2043 | 2044 |
| |
2044 | 2045 |
| |
2045 | 2046 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + |
0 commit comments