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