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