We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60f5011 + 980bcdd commit f0fc9c9Copy full SHA for f0fc9c9
src/librustc/rustc.rs
@@ -312,7 +312,7 @@ pub fn monitor(f: ~fn(diagnostic::Emitter)) {
312
313
// XXX: This is a hack for newsched since it doesn't support split stacks.
314
// rustc needs a lot of stack!
315
- static STACK_SIZE: uint = 4000000;
+ static STACK_SIZE: uint = 6000000;
316
317
let (p, ch) = stream();
318
let ch = SharedChan::new(ch);
0 commit comments