diff options
Diffstat (limited to '')
-rw-r--r-- | tests/mir-opt/issue_62289.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/issue_62289.rs b/tests/mir-opt/issue_62289.rs index fece6bb7c..40e8352cf 100644 --- a/tests/mir-opt/issue_62289.rs +++ b/tests/mir-opt/issue_62289.rs @@ -1,3 +1,4 @@ +// skip-filecheck // check that we don't forget to drop the Box if we early return before // initializing it // EMIT_MIR_FOR_EACH_PANIC_STRATEGY |