diff options
| author | bors <bors@rust-lang.org> | 2013-11-01 16:16:26 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-11-01 16:16:26 -0700 |
| commit | 894c1f6398648c273043ca385f5185e49dccea08 (patch) | |
| tree | b9e592174e467bcda4e7c4e2f5a2e4f4eb63cafe | |
| parent | 8ea2123055dcbc1caa0bb07bc492516027b832b4 (diff) | |
| parent | c874e64aa65255e928248d704d362a8fd202dc0d (diff) | |
| download | rust-894c1f6398648c273043ca385f5185e49dccea08.tar.gz rust-894c1f6398648c273043ca385f5185e49dccea08.zip | |
auto merge of #10215 : brson/rust/rustctask, r=thestinger
| -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 |
