We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94047f1 commit b6aaacdCopy full SHA for b6aaacd
src/test/codegen/issue-56927.rs
@@ -23,7 +23,7 @@ pub fn test1(s: &mut S) {
23
24
// CHECK-LABEL: @test2
25
// CHECK: store i32 4, i32* %{{.+}}, align 4
26
-#[allow(const_err)]
+#[allow(panic)]
27
#[no_mangle]
28
pub fn test2(s: &mut S) {
29
s.arr[usize::MAX / 4 + 1] = 4;
0 commit comments