Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
int-literal-too-large-span.rs
blob: 666ca9350597674a8d631b8bab35eb5d75111985 [
file
] [
log
] [
blame
] [
edit
]
// issue #17123
fn
main
()
{
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
//~^ ERROR integer literal is too large
;
// the span shouldn't point to this.
}