We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
const_item_interior_mutations
1 parent 0ed0b01 commit 2b17525Copy full SHA for 2b17525
tests/ui/consts/issue-17718.rs
@@ -1,7 +1,9 @@
1
//@ run-pass
2
-#![allow(dead_code)]
3
//@ aux-build:issue-17718-aux.rs
4
+#![allow(dead_code)]
5
+#![allow(const_item_interior_mutations)]
6
+
7
extern crate issue_17718_aux as other;
8
9
use std::sync::atomic::{AtomicUsize, Ordering};
0 commit comments