File tree
54 files changed
+358
-266
lines changed- compiler
- rustc_borrowck/src/diagnostics
- rustc_codegen_cranelift/src
- abi
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src
- mir
- rustc_const_eval/src
- check_consts
- const_eval
- interpret
- rustc_infer/src/infer/error_reporting/nice_region_error
- rustc_lint/src
- rustc_middle
- src
- middle
- mir/interpret
- query
- ty
- print
- util
- rustc_mir_build/src
- thir/pattern
- rustc_mir_transform/src
- inline
- rustc_monomorphize
- src
- rustc_passes/src
- rustc_smir/src/rustc_smir
- rustc_trait_selection/src/traits
- rustc_ty_utils/src
- src/tools
- clippy/clippy_lints/src
- miri/src
- tests/ui
- closures
- codegen
- issues
- issue-37311-type-length-limit
- iterators
- recursion
- traits
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
54 files changed
+358
-266
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3733 | 3733 |
| |
3734 | 3734 |
| |
3735 | 3735 |
| |
3736 |
| - | |
| 3736 | + | |
3737 | 3737 |
| |
3738 | 3738 |
| |
3739 | 3739 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
949 | 949 |
| |
950 | 950 |
| |
951 | 951 |
| |
952 |
| - | |
| 952 | + | |
953 | 953 |
| |
954 | 954 |
| |
955 | 955 |
| |
|
Lines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
371 | 371 |
| |
372 | 372 |
| |
373 | 373 |
| |
374 |
| - | |
375 |
| - | |
376 |
| - | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
377 | 382 |
| |
378 | 383 |
| |
379 | 384 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
| |||
119 | 120 |
| |
120 | 121 |
| |
121 | 122 |
| |
| 123 | + | |
122 | 124 |
| |
123 | 125 |
| |
124 | 126 |
| |
| |||
144 | 146 |
| |
145 | 147 |
| |
146 | 148 |
| |
| 149 | + | |
147 | 150 |
| |
148 | 151 |
| |
149 | 152 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| |||
479 | 479 |
| |
480 | 480 |
| |
481 | 481 |
| |
| 482 | + | |
482 | 483 |
| |
483 | 484 |
| |
484 | 485 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
| |||
580 | 580 |
| |
581 | 581 |
| |
582 | 582 |
| |
| 583 | + | |
583 | 584 |
| |
584 | 585 |
| |
585 | 586 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| |||
467 | 467 |
| |
468 | 468 |
| |
469 | 469 |
| |
| 470 | + | |
470 | 471 |
| |
471 | 472 |
| |
472 | 473 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
842 | 842 |
| |
843 | 843 |
| |
844 | 844 |
| |
| 845 | + | |
845 | 846 |
| |
846 | 847 |
| |
847 | 848 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
768 | 768 |
| |
769 | 769 |
| |
770 | 770 |
| |
771 |
| - | |
| 771 | + | |
772 | 772 |
| |
773 | 773 |
| |
774 | 774 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
253 | 253 |
| |
254 | 254 |
| |
255 | 255 |
| |
| 256 | + | |
256 | 257 |
| |
257 | 258 |
| |
258 | 259 |
| |
|
0 commit comments