#[unwind(aborts)] does nothing on extern "Rust" fn
#63883
Labels
C-bug
Category: This is a bug.
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I would expect the following code to abort, and never print
Hello
:But instead, the
unwind
attribute is ignored.Cc @gnzlbg
The text was updated successfully, but these errors were encountered: