Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-68000-unicode-ident-after-missing-comma.rs
blob: 3c49a5a975209eedc7b31ec2496bf72abefce925 [
file
] [
log
] [
blame
] [
edit
]
pub
struct
Foo
{
pub
bar
:
Vec
<
i32
>ö
//~^ ERROR expected `,`, or `}`, found `ö`
}
//~ ERROR expected `:`, found `}`
fn
main
()
{}