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