-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Borrowed @mut boxes are not unborrowed during unwinding #7049
Labels
A-codegen
Area: Code generation
Comments
This will also leak one of the two thrown exceptions but that's a different bug. |
This is a pretty trivial fix I suspect. the code in middle/trans/write_guard.rs specifies that the "return_to_mut" cleanup only occurs on the non-fail path. |
Triage bump |
There are no more |
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Apr 22, 2021
Remove `match_path` and `match_qpath` The only remaining usage is the `author` lint, so the functions are left in for now. The test result for `repl_uninit` changed, the lint was broken before. The `collapsible_span_lint_calls` and `match_type_on_diag_item` tests have been changed. Both lints were broken when utils was extracted into it's own crate. `match_type_on_diag_item` isn't quite fixed, but it's at least less broken. changelog: None
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: