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
/
tests
/
ui
/
parser
/
keyword-final.rs
blob: a79a11032a018e1d4e3339672e52db6dc4095d1f (
plain
)
1
2
3
fn
main
()
{
let
final
=
();
//~ ERROR expected identifier, found reserved keyword `final`
}