File tree
51 files changed
+1160
-459
lines changed- src
- librustc_error_codes
- error_codes
- librustc_passes
- librustc_typeck
- test
- compile-fail
- ui
- associated-type
- associated-type-bounds
- associated-types
- error-codes
- feature-gates
- issues
- span
- suggestions
- traits
- trait-alias
- type
- type-alias-impl-trait
- unboxed-closures
- where-clauses
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
51 files changed
+1160
-459
lines changedDiff for: src/librustc_error_codes/error_codes.rs
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
116 | 116 |
| |
117 | 117 |
| |
118 | 118 |
| |
| 119 | + | |
119 | 120 |
| |
120 | 121 |
| |
121 | 122 |
| |
| |||
457 | 458 |
| |
458 | 459 |
| |
459 | 460 |
| |
460 |
| - | |
461 |
| - | |
462 | 461 |
| |
463 | 462 |
| |
464 | 463 |
| |
|
+51
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + |
Diff for: src/librustc_passes/ast_validation.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
804 | 804 |
| |
805 | 805 |
| |
806 | 806 |
| |
| 807 | + | |
807 | 808 |
| |
808 | 809 |
| |
809 | 810 |
| |
|
0 commit comments