-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Open
Labels
F-negative_impls#![feature(negative_impls)]#![feature(negative_impls)]T-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.
Description
From this comment in #90104:
As a follow-up PR I would like to remove reservation impls and replace them with an (perma-unstable) Ambiguous trait. Then we could replace a reservation impl like
impl Foo for T where T: Ambiguous, { }We have to double check if this will work though!
Metadata
Metadata
Assignees
Labels
F-negative_impls#![feature(negative_impls)]#![feature(negative_impls)]T-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.