Sign in
android
/
toolchain
/
rustc
/
d2dbbcd40813d506244f1255bc2c84088a0197e1
/
.
/
src
/
test
/
ui
/
error-codes
/
E0516.rs
blob: 834bb630989ffe93102df9bfdee3e2926bbf6785 [
file
] [
log
] [
blame
]
fn
main
()
{
let
x
:
typeof
(
92
)
=
92
;
//~ ERROR E0516
//~| reserved keyword
}