Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
error-codes
/
E0516.rs
blob: f81b98cdadc8efa2cd68067dafba6529c48a8629 [
file
] [
log
] [
blame
]
fn
main
()
{
let
x
:
typeof
(
92
)
=
92
;
//~ ERROR E0516
//~| NOTE reserved keyword
}