Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…tion#1732) Our invariants are so complicated and need such special handling that once they are take care of, `UnwindSafe` adds nothing. The particular example that motivated this: `&mut T` isn't `UnwindSafe` because it's *easy* to witness a broken invariant, not that you will. See rust-lang/rfcs#3260 for further rationale.
- Loading branch information