rust/compiler/rustc_parse
Camelid a3cde636fc Update error to reflect that integer literals can have float suffixes
For example, `1` is parsed as an integer literal, but it can be turned
into a float with the suffix `f32`. Now the error calls them "numeric
literals" and notes that you can add a float suffix since they can be
either integers or floats.
2020-11-27 19:08:24 -08:00
..
src Update error to reflect that integer literals can have float suffixes 2020-11-27 19:08:24 -08:00
Cargo.toml mv compiler to compiler/ 2020-08-30 18:45:07 +03:00