We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b514667 commit c48b8c7Copy full SHA for c48b8c7
tests/fail/intrinsics/ptr_offset_from_unsigned_neg.rs
@@ -1,4 +1,6 @@
1
//@error-pattern: first pointer has smaller offset than second: 0 < 4
2
+// Preparing for a rustc behavior change that'll happen soon: (FIXME remove this after the next submodule bump succeeded)
3
+//@normalize-stderr-test: "`(ptr_offset_from_unsigned)`" -> "$1"
4
#![feature(ptr_sub_ptr)]
5
6
fn main() {
0 commit comments