Sign in
◑
Theme
rust
/
rust
/
df734af6ae8a7fdc287c5da23fe610573bf2a761
/
.
/
tests
/
ui
/
error-codes
/
E0614.rs
blob: 6b4817b692e1d224842a1053c4898ca1eb6f314a [
file
]
fn
main
()
{
let
y
=
0u32
;
*
y
;
//~ ERROR E0614
}