We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58bb47e commit 88d14bfCopy full SHA for 88d14bf
src/test/ui/huge-array-simple-32.rs
@@ -4,7 +4,7 @@
4
// FIXME https://github.com/rust-lang/rust/issues/59774
5
// normalize-stderr-test "thread.*panicked.*Metadata module not compiled.*\n" -> ""
6
// normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""
7
-#![allow(exceeding_bitshifts)]
+#![allow(arithmetic_overflow)]
8
9
fn main() {
10
let _fat: [u8; (1<<31)+(1<<15)] = //~ ERROR too big for the current architecture
0 commit comments