rustc: Use consistent casing for names of timed passes
This commit is contained in:
parent
0ee96de4ee
commit
602015f902
@ -196,7 +196,7 @@ fn compile_upto(sess: session, cfg: ast::crate_cfg,
|
||||
|
||||
if stop_after_codegen { ret {crate: crate, tcx: some(ty_cx)}; }
|
||||
|
||||
time(time_passes, "Linking",
|
||||
time(time_passes, "linking",
|
||||
bind link::link_binary(sess, outputs.obj_filename,
|
||||
outputs.out_filename, link_meta));
|
||||
ret {crate: crate, tcx: some(ty_cx)};
|
||||
|
Loading…
x
Reference in New Issue
Block a user