diff options
| author | Tomasz Miąsko <tomasz.miasko@gmail.com> | 2020-12-20 00:00:00 +0000 |
|---|---|---|
| committer | Tomasz Miąsko <tomasz.miasko@gmail.com> | 2020-12-20 00:00:00 +0000 |
| commit | a046d4014a30f3008984e57ca0a979d887880c4f (patch) | |
| tree | 827e6a50ac2539c7686465c5c3472cec0e390bb6 | |
| parent | b0e5c7d1fee37f1890455b977495bfe262716701 (diff) | |
| download | rust-a046d4014a30f3008984e57ca0a979d887880c4f.tar.gz rust-a046d4014a30f3008984e57ca0a979d887880c4f.zip | |
Fix indentation of -Z meta-stats output
| -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 4dfe3e84877..7560bc48a4e 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); |
