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
/
error-codes
/
E0516.rs
blob: 834bb630989ffe93102df9bfdee3e2926bbf6785 (
plain
)
1
2
3
4
fn
main
()
{
let
x
:
typeof
(
92
)
=
92
;
//~ ERROR E0516
//~| reserved keyword
}