From c874e64aa65255e928248d704d362a8fd202dc0d Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 31 Oct 2013 20:08:17 -0700 Subject: [PATCH] Name the rustc task 'rustc' --- src/librustc/rustc.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/librustc/rustc.rs b/src/librustc/rustc.rs index 6a5ed2f9e6ee..ba27b5a5f41b 100644 --- a/src/librustc/rustc.rs +++ b/src/librustc/rustc.rs @@ -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