]> git.lizzy.rs Git - rust.git/blob - tests/ui/proc-macro/attribute-spans-preserved.stdout
Rollup merge of #106707 - ehuss:remove-dupe-sha-1, r=Mark-Simulacrum
[rust.git] / tests / ui / proc-macro / attribute-spans-preserved.stdout
1 fn main() { let y : u32 = "z" ; { let x : u32 = "y" ; } }