We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df5c2cf commit 668f2d7Copy full SHA for 668f2d7
tests/ui/dyn-star/llvm-old-style-ptrs.rs
@@ -3,6 +3,8 @@
3
4
// (opaque-pointers flag is called force-opaque-pointers in LLVM 13...)
5
// min-llvm-version: 14.0
6
+// (the ability to disable opaque pointers has been removed in LLVM 17)
7
+// ignore-llvm-version: 17 - 99
8
9
// This test can be removed once non-opaque pointers are gone from LLVM, maybe.
10
0 commit comments