Skip to content

Commit

Permalink
miri: Allow unused_unsafe to avoid error with either old or new rustc
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtriplett committed Dec 3, 2024
1 parent 87fb6ca commit f043ae7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/miri/tests/fail/breakpoint.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![feature(core_intrinsics)]
#![allow(unused_unsafe)]

fn main() {
unsafe {
Expand Down

0 comments on commit f043ae7

Please sign in to comment.