mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Allow const_item_interior_mutations in tests
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user