-
Notifications
You must be signed in to change notification settings - Fork 16
'erased during analysis #101
Copy link
Copy link
Open
Labels
T-typesAdd this label so rfcbot knows to poll the types teamAdd this label so rfcbot knows to poll the types teamdeep-dive-proposalProposal for a deep-dive discussion meetingProposal for a deep-dive discussion meeting
Metadata
Metadata
Assignees
Labels
T-typesAdd this label so rfcbot knows to poll the types teamAdd this label so rfcbot knows to poll the types teamdeep-dive-proposalProposal for a deep-dive discussion meetingProposal for a deep-dive discussion meeting
Type
Fields
Give feedbackNo fields configured for issues without a type.
Summary
We use
'erasedin a few cases during analysis which feels weird to me. This does not have to be an actual deep dive, I would be equally happy to only have an up-to-date rustc-dev-guide section/chapter about'erased.Rationale
It nearly caused a soundness issue in rust-lang/rust#116040.