bors 3be53bc45a Auto merge of #79329 - camelid:int-lit-suffix-error, r=davidtwco
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-30 01:42:14 +00:00
..
2020-08-17 13:55:05 +01:00
2020-06-10 01:35:47 +00:00
2020-08-02 23:20:00 +08:00
2020-07-10 07:39:28 -04:00