mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-30 14:01:51 +00:00
5 lines
126 B
Rust
5 lines
126 B
Rust
fn main() {
|
|
let __isize = 340282366920938463463374607431768211456; // 2^128
|
|
//~^ ERROR integer literal is too large
|
|
}
|