Allow const_item_interior_mutations in tests
This commit is contained in:
parent
ddabb1c139
commit
c48dce1187
1 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,9 @@
|
|||
//@ run-pass
|
||||
#![allow(dead_code)]
|
||||
//@ aux-build:issue-17718-aux.rs
|
||||
|
||||
#![allow(dead_code)]
|
||||
#![allow(const_item_interior_mutations)]
|
||||
|
||||
extern crate issue_17718_aux as other;
|
||||
|
||||
use std::sync::atomic::{AtomicUsize, Ordering};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue