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