]> git.lizzy.rs Git - rust.git/blobdiff - tests/codegen/issue-45964-bounds-check-slice-pos.rs
Rollup merge of #106106 - jyn514:remote-tracking-branch, r=Mark-Simulacrum
[rust.git] / tests / codegen / issue-45964-bounds-check-slice-pos.rs
index aa59c713b7846dabbb55cce82be977b148eb91f8..1daa213fc821392f6ebefe5ce99ca36387af7c17 100644 (file)
@@ -2,6 +2,7 @@
 // prevent optimizing away bounds checks
 
 // compile-flags: -O
+// ignore-debug: the debug assertions get in the way
 
 #![crate_type="rlib"]