This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 9ffea5b
authored
Unrolled build for rust-lang#140504
Rollup merge of rust-lang#140504 - tmiasko:answer-ensure-stack, r=jswrenn
transmutability: ensure_sufficient_stack when answering query
Based on rust-lang#140380.
Fixes rust-lang#118860. The compile time was addressed earlier, this merely addresses stack overflow part of the issue.
r? `@jswrenn` `@joshlf`File tree
9 files changed
+354
-455
lines changed- compiler/rustc_transmute
- src
- layout
- maybe_transmutable
- tests/ui/transmutability/unions
9 files changed
+354
-455
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
| |||
0 commit comments