Name the rustc task 'rustc'
This commit is contained in:
parent
b2f62acaeb
commit
c874e64aa6
1 changed files with 1 additions and 0 deletions
|
|
@ -338,6 +338,7 @@ pub fn monitor(f: ~fn(@diagnostic::Emitter)) {
|
|||
let ch = SharedChan::new(ch);
|
||||
let ch_capture = ch.clone();
|
||||
let mut task_builder = task::task();
|
||||
task_builder.name("rustc");
|
||||
task_builder.supervised();
|
||||
|
||||
// XXX: Hacks on hacks. If the env is trying to override the stack size
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue