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