2014-11-10 22:07:36 +11:00
|
|
|
// issue #17123
|
|
|
|
|
|
|
|
fn main() {
|
2016-08-24 22:38:14 +03:00
|
|
|
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
|
2019-05-18 22:44:09 +03:00
|
|
|
//~^ ERROR integer literal is too large
|
2014-11-10 22:07:36 +11:00
|
|
|
; // the span shouldn't point to this.
|
|
|
|
}
|