Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
proc-macro
/
attribute-spans-preserved.stdout
blob: 28f4daecc0e8e25d9d85f18c8975a5f468c70ffb [
file
] [
log
] [
blame
] [
edit
]
fn main
()
{
let
y
:
u32
=
"z"
;
{
let
x
:
u32
=
"y"
;
}
}