We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fn main() { println!("{}", 1.5f32 % std::env::args().len() as f32); }
This code doesn't link on MSVC targets. (Sorry if I messed up the testcase; I don't have a Rust install on Windows to test with.)