Sign in
rust
/
cargo
/
refs/heads/master
/
.
/
crates
/
rustfix
/
tests
/
everything
/
lt-generic-comp.rs
blob: c279b261fc6b0bb4a2093d6b0acd07f949f8b948 [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
let
x
=
5i64
;
if
x
as
u32
<
4
{
println
!(
"yay"
);
}
}