Skip to content

Commit c874e64

Browse files
committed
Name the rustc task 'rustc'
1 parent b2f62ac commit c874e64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc/rustc.rs

+1
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)