We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
interior_mutable_consts
1 parent b1bc607 commit f812ff2Copy full SHA for f812ff2
tests/ui/consts/issue-17718.rs
@@ -1,5 +1,6 @@
1
//@ run-pass
2
#![allow(dead_code)]
3
+#![allow(interior_mutable_consts)]
4
//@ aux-build:issue-17718-aux.rs
5
6
extern crate issue_17718_aux as other;
0 commit comments