-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Impl stability is not checked #55436
Copy link
Copy link
Open
Labels
A-stabilityArea: `#[stable]`, `#[unstable]` etc.Area: `#[stable]`, `#[unstable]` etc.A-trait-systemArea: Trait systemArea: Trait systemT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.T-typesRelevant to the types team, which will review and decide on the PR/issue.Relevant to the types team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-stabilityArea: `#[stable]`, `#[unstable]` etc.Area: `#[stable]`, `#[unstable]` etc.A-trait-systemArea: Trait systemArea: Trait systemT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.T-typesRelevant to the types team, which will review and decide on the PR/issue.Relevant to the types team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Found this implementing #55431. There I want to make an unstable impl for a stable trait with stable types. We can mark impls
#[unstable], but they seem to be just ignored.A similar case is the
CoerceUnsizedimpl forNonNulltypes. This is marked#[unstable]but can be used indirectly through coercion. These#[unstable]markers don't show up in rustdoc as well.Questions:
This issue has been assigned to @tiif via this comment.