This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 171d558
committed
Don't instantiate the binder twice when assembling object candidate
1 parent 24e14dd commit 171d558
File tree
4 files changed
+45
-17
lines changed- compiler/rustc_trait_selection/src/traits/select
- tests/ui/traits
4 files changed
+45
-17
lines changedLines changed: 7 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
628 | 628 | | |
629 | 629 | | |
630 | 630 | | |
631 | | - | |
632 | | - | |
633 | | - | |
634 | | - | |
635 | | - | |
636 | | - | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
637 | 634 | | |
638 | | - | |
639 | | - | |
640 | | - | |
641 | | - | |
642 | | - | |
| 635 | + | |
| 636 | + | |
643 | 637 | | |
644 | 638 | | |
645 | 639 | | |
| |||
671 | 665 | | |
672 | 666 | | |
673 | 667 | | |
674 | | - | |
675 | | - | |
676 | | - | |
677 | | - | |
678 | | - | |
| 668 | + | |
679 | 669 | | |
680 | 670 | | |
681 | 671 | | |
682 | 672 | | |
683 | 673 | | |
684 | 674 | | |
685 | | - | |
| 675 | + | |
686 | 676 | | |
687 | 677 | | |
688 | 678 | | |
| |||
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 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 | + | |
0 commit comments