#![allow(dead_code, deprecated, unused_variables, unused_mut)] #![feature(int_from_ascii)] fn main() { assert!(isize::from_ascii(b"1 ").is_err()); }