#![allow(dead_code, deprecated, unused_variables, unused_mut)] fn main() { let nope = "j".parse::(); assert!(nope.is_err()); }