syntax: More consistent wording for some literal parsing errors
This commit is contained in:
parent
fcc2f92f45
commit
694f76d561
14 changed files with 20 additions and 20 deletions
|
@ -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.
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue