Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
ui
/
error-codes
/
E0516.rs
blob: 52b7ba441c14fb360b9f693574a26a82dc58c9a0 [
file
]
fn
main
()
{
let
x
:
typeof
(
92
)
=
92
;
//~ ERROR E0516
}