// compile-flags: --test use std::num::ParseFloatError; #[test] fn can_parse_zero_as_f32() -> Result { //~ ERROR "0".parse() }