Commit c58c245
authored
Rollup merge of rust-lang#79236 - lcnr:mcg-resolve-dsb, r=eddyb
const_generics: assert resolve hack causes an error
prevent the min_const_generics `HACK`s in resolve from triggering a fallback path which successfully compiles so that we don't have to worry about future compat issues when removing it
r? `@eddyb` cc `@varkor`2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2539 | 2539 | | |
2540 | 2540 | | |
2541 | 2541 | | |
| 2542 | + | |
2542 | 2543 | | |
2543 | 2544 | | |
2544 | 2545 | | |
| |||
2639 | 2640 | | |
2640 | 2641 | | |
2641 | 2642 | | |
| 2643 | + | |
| 2644 | + | |
2642 | 2645 | | |
2643 | 2646 | | |
2644 | 2647 | | |
| |||
2720 | 2723 | | |
2721 | 2724 | | |
2722 | 2725 | | |
| 2726 | + | |
| 2727 | + | |
2723 | 2728 | | |
2724 | 2729 | | |
2725 | 2730 | | |
| |||
0 commit comments