Skip to content

Commit a046d40

Browse files
committed
Fix indentation of -Z meta-stats output
1 parent b0e5c7d commit a046d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_metadata/src/rmeta/encoder.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ impl<'a, 'tcx> EncodeContext<'a, 'tcx> {
694694
println!(" lang item bytes: {}", lang_item_bytes);
695695
println!(" diagnostic item bytes: {}", diagnostic_item_bytes);
696696
println!(" native bytes: {}", native_lib_bytes);
697-
println!(" source_map bytes: {}", source_map_bytes);
697+
println!(" source_map bytes: {}", source_map_bytes);
698698
println!(" impl bytes: {}", impl_bytes);
699699
println!(" exp. symbols bytes: {}", exported_symbols_bytes);
700700
println!(" def-path table bytes: {}", def_path_table_bytes);

0 commit comments

Comments
 (0)