Commit 76d0b79
authored
Rollup merge of rust-lang#116452 - cjgillot:noassert-erased, r=oli-obk
Do not assert that hidden types don't have erased regions.
cc rust-lang#116306
`args` can have erased regions.
In the linked issue, this is reached by computing whether a large type is `Freeze` to compute its ABI.
I do not have a minimized test to include.1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3116 | 3116 | | |
3117 | 3117 | | |
3118 | 3118 | | |
3119 | | - | |
3120 | | - | |
3121 | | - | |
3122 | 3119 | | |
3123 | 3120 | | |
3124 | 3121 | | |
| |||
0 commit comments