We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
invalid_pointer_trait_comparisons
1 parent 8e0126b commit 2b66621Copy full SHA for 2b66621
tests/ui/mir/mir_raw_fat_ptr.rs
@@ -1,7 +1,9 @@
1
// run-pass
2
// check raw fat pointer ops in mir
3
// FIXME: please improve this when we get monomorphization support
4
+
5
#![feature(raw_ref_op)]
6
+#![allow(invalid_pointer_trait_comparisons)]
7
8
use std::mem;
9
0 commit comments