1
Fork 0

syntax: More consistent wording for some literal parsing errors

This commit is contained in:
Vadim Petrochenkov 2019-05-18 22:44:09 +03:00
commit 694f76d561
14 changed files with 20 additions and 20 deletions

View file

@ -2,6 +2,6 @@
fn main() {
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
//~^ ERROR int literal is too large
//~^ ERROR integer literal is too large
; // the span shouldn't point to this.
}