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.
1 parent 74efdf6 commit 980bcddCopy full SHA for 980bcdd
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