Skip to content

Commit 894c1f6

Browse files
committed
auto merge of #10215 : brson/rust/rustctask, r=thestinger
2 parents 8ea2123 + c874e64 commit 894c1f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc/rustc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ pub fn monitor(f: ~fn(@diagnostic::Emitter)) {
338338
let ch = SharedChan::new(ch);
339339
let ch_capture = ch.clone();
340340
let mut task_builder = task::task();
341+
task_builder.name("rustc");
341342
task_builder.supervised();
342343

343344
// XXX: Hacks on hacks. If the env is trying to override the stack size

0 commit comments

Comments
 (0)