We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a968c commit 2c7e398Copy full SHA for 2c7e398
src/librustc_mir/pretty.rs
@@ -22,7 +22,7 @@ use syntax::codemap::Span;
22
23
const INDENT: &'static str = " ";
24
/// Alignment for lining up comments following MIR statements
25
-const ALIGN: usize = 50;
+const ALIGN: usize = 40;
26
27
/// If the session is properly configured, dumps a human-readable
28
/// representation of the mir into:
0 commit comments