#![allow(dead_code, deprecated, unused_variables, unused_mut)] use std::str::FromStr; fn main() { assert!(isize::from_str("1 ").is_err()); }