diff options
| author | Brian Anderson <banderson@mozilla.com> | 2013-10-31 20:08:17 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2013-10-31 20:08:17 -0700 |
| commit | c874e64aa65255e928248d704d362a8fd202dc0d (patch) | |
| tree | 4d36bdb9f2c41588065d6fee363924551a0a20a7 | |
| parent | b2f62acaebbe2aa0962c0402d467310b2571ff4e (diff) | |
| download | rust-c874e64aa65255e928248d704d362a8fd202dc0d.tar.gz rust-c874e64aa65255e928248d704d362a8fd202dc0d.zip | |
Name the rustc task 'rustc'
| -rw-r--r-- | src/librustc/rustc.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc/rustc.rs b/src/librustc/rustc.rs index 6a5ed2f9e6e..ba27b5a5f41 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 |
