generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Labels
[I] Refactoring / Clean UpRefactoring or cleaning up of existing codeRefactoring or cleaning up of existing code
Description
/// TODO: Ideally we'd eliminate this. Currently used in two places:
///
/// 1. Functions where we skip codegen. Will eventually go away (we hope?)
/// 2. TerminatorKind::Resume and TK::Abort. Related to unwind support.
If we get rid of the remaining skipped codegen items, I think we could probably switch Resume/Abort to SanityChecks (as opposed to unimplemented) because we already have checks to ensure -Cpanic=abort (or whatever that option is) is set.
Metadata
Metadata
Assignees
Labels
[I] Refactoring / Clean UpRefactoring or cleaning up of existing codeRefactoring or cleaning up of existing code