Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
lint
/
issue-104392.rs
blob: d5608edb46f0493fb58c8036a43676308086553a [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
{
unsafe
92
}
//~ ERROR expected `{`, found `92`
}
fn
foo
()
{
{
mod
92
}
//~ ERROR expected identifier, found `92`
}
fn
bar
()
{
{
trait
92
}
//~ ERROR expected identifier, found `92`
}