We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e7483d commit 9ee9165Copy full SHA for 9ee9165
tests/codegen/vec-shrink-panik.rs
@@ -25,7 +25,7 @@ pub fn issue71861(vec: Vec<u32>) -> Box<[u32]> {
25
26
// Call to panic_cannot_unwind in case of double-panic is expected
27
// on LLVM 16 and older, but other panics are not.
28
- // CHECK: filter
+ // old-CHECK: filter
29
// old-NEXT: ; call core::panicking::panic_cannot_unwind
30
// old-NEXT: panic_cannot_unwind
31
@@ -40,7 +40,7 @@ pub fn issue75636<'a>(iter: &[&'a str]) -> Box<[&'a str]> {
40
41
// Call to panic_cannot_unwind in case of double-panic is expected,
42
43
44
45
46
0 commit comments