Sign in
rust
/
rust
/
244fc326f23b58bc9db6bd985c59b80098ff14c1
/
.
/
tests
/
ui
/
cast
/
cast-errors-issue-43825.rs
blob: 00e0da44bbf9f173eb24bce3816fa2a0c9a1310e [
file
]
fn
main
()
{
let
error
=
error
;
//~ ERROR cannot find value `error`
// These used to cause errors.
0
as
f32
;
0.0
as
u32
;
}