Closed
Description
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
/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.