about summary refs log tree commit diff
path: root/compiler
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-01-03 09:16:24 +0000
committerbors <bors@rust-lang.org>2021-01-03 09:16:24 +0000
commit18cb4ad3b9440b3ff2ed16976f56889b23811e13 (patch)
tree7607f3ec6444bdbca2d5c51ce1c7ab00bf885b68 /compiler
parente821a6ef78b915305c4d659c813f27d4180baec0 (diff)
parenta046d4014a30f3008984e57ca0a979d887880c4f (diff)
downloadrust-18cb4ad3b9440b3ff2ed16976f56889b23811e13.tar.gz
rust-18cb4ad3b9440b3ff2ed16976f56889b23811e13.zip
Auto merge of #80247 - tmiasko:indent, r=bjorn3
Fix indentation of -Z meta-stats output
Diffstat (limited to 'compiler')
-rw-r--r--compiler/rustc_metadata/src/rmeta/encoder.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_metadata/src/rmeta/encoder.rs b/compiler/rustc_metadata/src/rmeta/encoder.rs
index ac6ceafaba8..f6ae8275a8f 100644
--- a/compiler/rustc_metadata/src/rmeta/encoder.rs
+++ b/compiler/rustc_metadata/src/rmeta/encoder.rs
@@ -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);