Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f812ff2

Browse files
committedOct 25, 2024
Allow interior_mutable_consts in tests
1 parent b1bc607 commit f812ff2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tests/ui/consts/issue-17718.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//@ run-pass
22
#![allow(dead_code)]
3+
#![allow(interior_mutable_consts)]
34
//@ aux-build:issue-17718-aux.rs
45

56
extern crate issue_17718_aux as other;

0 commit comments

Comments
 (0)
Failed to load comments.