We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
as _
Spotted by @gankro :
fn main() { let mut x: u64 = 0; let y: u32 = 0; x += y as _; // Compiles on stable, fails on beta/nightly }