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.
interior_mutable_const_item_mutations
1 parent f80c10c commit 630020bCopy full SHA for 630020b
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(interior_mutable_const_item_mutations)]
6
+
7
extern crate issue_17718_aux as other;
8
9
use std::sync::atomic::{AtomicUsize, Ordering};
0 commit comments