rust/tests/ui/proc-macro/attribute-spans-preserved.stdout

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
58 B
Plaintext
Raw Normal View History

2020-03-17 09:08:18 -05:00
fn main() { let y : u32 = "z" ; { let x : u32 = "y" ; } }