Skip to content

Commit f043ae7

Browse files
committed
miri: Allow unused_unsafe to avoid error with either old or new rustc
1 parent 87fb6ca commit f043ae7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/miri/tests/fail/breakpoint.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![feature(core_intrinsics)]
2+
#![allow(unused_unsafe)]
23

34
fn main() {
45
unsafe {

0 commit comments

Comments
 (0)