Name the rustc task 'rustc'

This commit is contained in:
Brian Anderson 2013-10-31 20:08:17 -07:00
parent b2f62acaeb
commit c874e64aa6

View File

@ -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