We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b16c04 commit 9d4b1f9Copy full SHA for 9d4b1f9
src/test/codegen/unchecked_shifts.rs
@@ -1,5 +1,6 @@
1
// compile-flags: -O
2
// min-llvm-version: 15.0 (LLVM 13 in CI does this differently from submodule LLVM)
3
+// ignore-debug (because unchecked is checked in debug)
4
5
#![crate_type = "lib"]
6
#![feature(unchecked_math)]
0 commit comments