AFAIK there’s no grammar specified anywhere that describes how `FromStr`/`parse` works. E.g. some didn’t want `f64::from_str(".")` to work (#30344) and I wonder why `i32::from_str("1_000")` does _not_ work.
AFAIK there’s no grammar specified anywhere that describes how
FromStr/parseworks.E.g. some didn’t want
f64::from_str(".")to work (#30344) and I wonder whyi32::from_str("1_000")does not work.