This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
23 files changed
+70
-55
lines changed- compiler
- rustc_borrowck/src/type_check
- rustc_codegen_cranelift/src
- rustc_codegen_ssa/src/mir
- rustc_const_eval/src
- check_consts
- interpret
- rustc_hir_typeck/src
- rustc_middle/src
- mir
- ty
- rustc_mir_build/src/thir/cx
- rustc_mir_transform/src
- rustc_monomorphize/src
- rustc_smir/src/rustc_smir/convert
- stable_mir/src/mir
- src/tools/clippy/clippy_utils/src
- tests/ui/dyn-star
23 files changed
+70
-55
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2139 | 2139 |
| |
2140 | 2140 |
| |
2141 | 2141 |
| |
2142 |
| - | |
| 2142 | + | |
2143 | 2143 |
| |
2144 | 2144 |
| |
2145 | 2145 |
| |
|
Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
770 | 770 |
| |
771 | 771 |
| |
772 | 772 |
| |
773 |
| - | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
774 | 778 |
| |
775 | 779 |
| |
776 | 780 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
526 | 526 |
| |
527 | 527 |
| |
528 | 528 |
| |
529 |
| - | |
| 529 | + | |
530 | 530 |
| |
531 | 531 |
| |
532 | 532 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
447 | 447 |
| |
448 | 448 |
| |
449 | 449 |
| |
450 |
| - | |
451 |
| - | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
452 | 456 |
| |
453 | 457 |
| |
454 | 458 |
| |
| |||
458 | 462 |
| |
459 | 463 |
| |
460 | 464 |
| |
461 |
| - | |
462 |
| - | |
463 |
| - | |
464 |
| - | |
465 | 465 |
| |
466 | 466 |
| |
467 | 467 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
128 |
| - | |
| 128 | + | |
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
|
Lines changed: 11 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
37 | 36 |
| |
38 | 37 |
| |
39 | 38 |
| |
40 | 39 |
| |
41 | 40 |
| |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
| |||
674 | 674 |
| |
675 | 675 |
| |
676 | 676 |
| |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
677 | 687 |
| |
678 | 688 |
| |
679 | 689 |
| |
| |||
780 | 790 |
| |
781 | 791 |
| |
782 | 792 |
| |
783 |
| - | |
784 |
| - | |
785 |
| - | |
786 |
| - | |
787 |
| - | |
788 |
| - | |
789 |
| - | |
790 |
| - | |
791 |
| - | |
792 |
| - | |
793 | 793 |
| |
794 | 794 |
| |
795 | 795 |
| |
|
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
769 | 769 |
| |
770 | 770 |
| |
771 | 771 |
| |
772 |
| - | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
773 | 776 |
| |
774 | 777 |
| |
775 | 778 |
| |
|
Lines changed: 2 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
759 | 759 |
| |
760 | 760 |
| |
761 | 761 |
| |
762 |
| - | |
763 |
| - | |
764 |
| - | |
| 762 | + | |
765 | 763 |
| |
766 | 764 |
| |
767 | 765 |
| |
| |||
1296 | 1294 |
| |
1297 | 1295 |
| |
1298 | 1296 |
| |
1299 |
| - | |
1300 |
| - | |
| 1297 | + | |
1301 | 1298 |
| |
1302 | 1299 |
| |
1303 | 1300 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
434 | 434 |
| |
435 | 435 |
| |
436 | 436 |
| |
437 |
| - | |
438 | 437 |
| |
439 | 438 |
| |
440 | 439 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1404 | 1404 |
| |
1405 | 1405 |
| |
1406 | 1406 |
| |
1407 |
| - | |
1408 |
| - | |
1409 | 1407 |
| |
1410 | 1408 |
| |
1411 | 1409 |
| |
|
0 commit comments