mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
41e4a3e086
This gives better output for code produced by proc macros.
2 lines
55 B
Plaintext
2 lines
55 B
Plaintext
fn main() { let y : u32 = "z"; { let x: u32 = "y"; } }
|