We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a50489 commit e21b48cCopy full SHA for e21b48c
src/rustc/middle/trans/base.rs
@@ -2714,16 +2714,6 @@ fn trans_crate(sess: session::session,
2714
io::println(fmt!("n_monos: %u", ccx.stats.n_monos));
2715
io::println(fmt!("n_inlines: %u", ccx.stats.n_inlines));
2716
io::println(fmt!("n_closures: %u", ccx.stats.n_closures));
2717
-
2718
- // FIXME (#2280): this temporary shouldn't be
2719
- // necessary, but seems to be, for borrowing.
2720
- /*
2721
- let times = copy *ccx.stats.fn_times;
2722
- for vec::each(times) |timing| {
2723
- io::println(fmt!("time: %s took %d ms", timing.ident,
2724
- timing.time));
2725
- }
2726
- */
2727
}
2728
2729
if ccx.sess.count_llvm_insns() {
0 commit comments