]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/attribute-spans-preserved.stdout
Rollup merge of #70038 - DutchGhost:const-forget-tests, r=RalfJung
[rust.git] / src / test / ui / proc-macro / attribute-spans-preserved.stdout
1 fn main() { let y : u32 = "z" ; { let x : u32 = "y" ; } }