index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
parser
/
issues
/
issue-15914.rs
blob: 4a5606af6d025db892c0f8cb78e1eaf099a9eb7b (
plain
)
1
2
3
4
fn
main
()
{
let
ref
();
//~ ERROR expected identifier, found `(`
}