Skip to content

Commit

Permalink
Adjust tests for invalid_pointer_trait_comparisons
Browse files Browse the repository at this point in the history
  • Loading branch information
Urgau committed Nov 9, 2023
1 parent 7946ec0 commit dc0b7e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ui/mir/mir_raw_fat_ptr.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// run-pass
// check raw fat pointer ops in mir
// FIXME: please improve this when we get monomorphization support

#![feature(raw_ref_op)]
#![allow(invalid_pointer_trait_comparisons)]

use std::mem;

Expand Down

0 comments on commit dc0b7e9

Please sign in to comment.