about summary refs log tree commit diff
path: root/src/test/ui/parser/no-binary-float-literal.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-22/+0
2020-11-27Update error to reflect that integer literals can have float suffixesCamelid-2/+2
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.
2019-05-23syntax: More consistent wording for some literal parsing errorsVadim Petrochenkov-1/+1
2019-01-11Add label for invalid literal suffixEsteban Küber-1/+1
2019-01-11Continue evaluating after incorrect float literalEsteban Küber-2/+16
2019-01-06tests: Do not use `-Z parse-only`, continue compilation to test recoveryVadim Petrochenkov-1/+1
2018-12-25Remove licensesMark Rousskov-1/+1
2018-10-21Move parse-fail tests to UIVadim Petrochenkov-0/+8