mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 17:24:06 +00:00
Fix indentation of -Z meta-stats output
This commit is contained in:
parent
b0e5c7d1fe
commit
a046d4014a
@ -694,7 +694,7 @@ impl<'a, 'tcx> EncodeContext<'a, 'tcx> {
|
||||
println!(" lang item bytes: {}", lang_item_bytes);
|
||||
println!(" diagnostic item bytes: {}", diagnostic_item_bytes);
|
||||
println!(" native bytes: {}", native_lib_bytes);
|
||||
println!(" source_map bytes: {}", source_map_bytes);
|
||||
println!(" source_map bytes: {}", source_map_bytes);
|
||||
println!(" impl bytes: {}", impl_bytes);
|
||||
println!(" exp. symbols bytes: {}", exported_symbols_bytes);
|
||||
println!(" def-path table bytes: {}", def_path_table_bytes);
|
||||
|
Loading…
Reference in New Issue
Block a user