Allow const_item_interior_mutations in tests

This commit is contained in:
Urgau 2025-11-02 18:13:14 +01:00
parent ddabb1c139
commit c48dce1187

View file

@ -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};