Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
lint
/
issue-104392.rs
blob: d5608edb46f0493fb58c8036a43676308086553a [
file
] [
log
] [
blame
]
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`
}