-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Commit dbf9e89
File tree
29 files changed
+290
-23
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast_pretty/src/pprust
- rustc_ast/src
- rustc_builtin_macros/src
- rustc_const_eval/src/interpret
- rustc_hir_analysis/src
- hir_ty_lowering
- variance
- rustc_hir_pretty/src
- rustc_hir/src
- rustc_lint/src
- rustc_middle/src/ty
- rustc_parse/src/parser
- rustc_resolve/src
- rustc_smir/src/stable_mir/unstable/convert/stable
- rustc_span/src
- rustc_symbol_mangling/src
- rustc_trait_selection/src/traits
- rustc_ty_utils/src
- rustc_type_ir/src
- src/tools
- clippy/clippy_utils/src
- rustfmt/src
- tests/ui/type/pattern_types
29 files changed
+290
-23
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2571 | 2571 |
| |
2572 | 2572 |
| |
2573 | 2573 |
| |
2574 | + | ||
2575 | + | ||
2576 | + | ||
2574 | 2577 |
| |
2575 | 2578 |
| |
2576 | 2579 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1208 | 1208 |
| |
1209 | 1209 |
| |
1210 | 1210 |
| |
1211 | - | ||
1211 | + | ||
1212 | 1212 |
| |
1213 | 1213 |
| |
1214 | 1214 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
146 | - | ||
146 | + | ||
147 | + | ||
148 | + | ||
147 | 149 |
| |
148 | 150 |
| |
149 | 151 |
| |
| |||
460 | 462 |
| |
461 | 463 |
| |
462 | 464 |
| |
465 | + | ||
463 | 466 |
| |
464 | 467 |
| |
465 | 468 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1226 | 1226 |
| |
1227 | 1227 |
| |
1228 | 1228 |
| |
1229 | + | ||
1229 | 1230 |
| |
1230 | 1231 |
| |
1231 | 1232 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 | - | ||
32 | - | ||
33 | - | ||
34 | - | ||
35 | - | ||
36 | - | ||
37 | - | ||
38 | - | ||
39 | - | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
40 | 46 |
| |
41 | 47 |
| |
42 | 48 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1249 | 1249 |
| |
1250 | 1250 |
| |
1251 | 1251 |
| |
1252 | - | ||
1252 | + | ||
1253 | 1253 |
| |
1254 | 1254 |
| |
1255 | + | ||
1255 | 1256 |
| |
1256 | 1257 |
| |
1257 | 1258 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1823 | 1823 |
| |
1824 | 1824 |
| |
1825 | 1825 |
| |
1826 | + | ||
1827 | + | ||
1828 | + | ||
1826 | 1829 |
| |
1827 | 1830 |
| |
1828 | 1831 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
726 | 726 |
| |
727 | 727 |
| |
728 | 728 |
| |
729 | - | ||
729 | + | ||
730 | 730 |
| |
731 | 731 |
| |
732 | 732 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2579 | 2579 |
| |
2580 | 2580 |
| |
2581 | 2581 |
| |
2582 | + | ||
2582 | 2583 |
| |
2583 | 2584 |
| |
2584 | 2585 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
340 | 340 |
| |
341 | 341 |
| |
342 | 342 |
| |
343 | + | ||
343 | 344 |
| |
344 | 345 |
| |
345 | 346 |
| |
|
0 commit comments