diff options
| author | bors <bors@rust-lang.org> | 2021-01-03 09:16:24 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-01-03 09:16:24 +0000 |
| commit | 18cb4ad3b9440b3ff2ed16976f56889b23811e13 (patch) | |
| tree | 7607f3ec6444bdbca2d5c51ce1c7ab00bf885b68 /compiler | |
| parent | e821a6ef78b915305c4d659c813f27d4180baec0 (diff) | |
| parent | a046d4014a30f3008984e57ca0a979d887880c4f (diff) | |
| download | rust-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.rs | 2 |
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); |
