Mastodon: https://toot.cat/@imperio
So many potential other cases where the end code is NOT the expected one. Well, not anymore!
PR: github.com/rust-lang/ru...
2/2
So many potential other cases where the end code is NOT the expected one. Well, not anymore!
PR: github.com/rust-lang/ru...
2/2
You can find our sponsors prospectus here: rustnl.org/resources/Ru...
Let me know if you want to talk! 💛
(Message me through Bluesky, Mastodon, Rust Zulip, or email: [email protected])
You can find our sponsors prospectus here: rustnl.org/resources/Ru...
Let me know if you want to talk! 💛
(Message me through Bluesky, Mastodon, Rust Zulip, or email: [email protected])
let i32: i32<> = *i32;
i32
}
fn main() {
i32(&0);
}
4/4
let i32: i32<> = *i32;
i32
}
fn main() {
i32(&0);
}
4/4
fn main() {
let x: u32 = -1;
println!("{x}");
}
3/4
fn main() {
let x: u32 = -1;
println!("{x}");
}
3/4
let x: i32<> = 0i32;
println!("{x}");
}
2/4
let x: i32<> = 0i32;
println!("{x}");
}
2/4