We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91afde5 commit 16abe6cCopy full SHA for 16abe6c
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: cleanup
+ // 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