Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/ui/dyn-star/llvm-old-style-ptrs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

// (opaque-pointers flag is called force-opaque-pointers in LLVM 13...)
// min-llvm-version: 14.0
// (the ability to disable opaque pointers has been removed in LLVM 17)
// ignore-llvm-version: 17 - 99

// This test can be removed once non-opaque pointers are gone from LLVM, maybe.

Expand Down