This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 8e398f5
committed
Auto merge of rust-lang#88965 - fee1-dead:const-drop-1, r=oli-obk
Fast reject for NeedsNonConstDrop
Hopefully fixes the regression in rust-lang#88558.
I've always wanted to help with the performance of rustc, but it doesn't feel the same when you are fixing a regression caused by your own PR...
r? `@oli-obk`File tree
1 file changed
+11
-1
lines changed- compiler/rustc_const_eval/src/transform/check_consts
1 file changed
+11
-1
lines changedLines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
115 | 125 | | |
116 | 126 | | |
117 | 127 | | |
| |||
0 commit comments