We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13e645 commit 5ca4204Copy full SHA for 5ca4204
tests/codegen/unwind-landingpad-inline.rs
@@ -28,8 +28,7 @@ pub fn check_no_escape_in_landingpad(f: fn()) {
28
// See https://github.com/rust-lang/rust/issues/87055
29
// CHECK-LABEL: @check_eliminate_noop_drop
30
// CHECK: start:
31
-// CHECK-NEXT: call void %g()
32
-// CHECK-NEXT: ret void
+// CHECK-NEXT: invoke void %g()
33
#[no_mangle]
34
pub fn check_eliminate_noop_drop(g: fn()) {
35
let _var = String::new();
0 commit comments