We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 128ccc3 commit 8d562f6Copy full SHA for 8d562f6
tests/mir-opt/pre-codegen/slice_iter.rs
@@ -1,6 +1,7 @@
1
// skip-filecheck
2
//@ compile-flags: -O -C debuginfo=0 -Zmir-opt-level=2
3
//@ only-64bit (constants for `None::<&T>` show in the output)
4
+//@ ignore-debug: precondition checks on ptr::add are under cfg(debug_assertions)
5
// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
6
7
#![crate_type = "lib"]
0 commit comments