Commit 5d19432
committed
FIXME(#19497) -- Stop messing around and just give rustc 32MB of stack unconditionally. This is prompted by some sort of bug in trans that causes a stack overflow when the modules in trans are made private. (In particular, the overflow can also be avoided by making
controlflow and callee public, but that seems strictly worse than just using more stack.)1 parent 61edb0c commit 5d19432
1 file changed
+1
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
470 | 470 | | |
471 | 471 | | |
472 | 472 | | |
473 | | - | |
474 | | - | |
475 | | - | |
476 | | - | |
477 | | - | |
478 | | - | |
479 | | - | |
| 473 | + | |
480 | 474 | | |
481 | 475 | | |
482 | 476 | | |
| |||
0 commit comments