Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-15914.rs
blob: 4a5606af6d025db892c0f8cb78e1eaf099a9eb7b [
file
] [
log
] [
blame
]
fn
main
()
{
let
ref
();
//~ ERROR expected identifier, found `(`
}