Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Negative impls (with feature gate) #73

Open
Tracked by #49
nikomatsakis opened this issue Jun 25, 2022 · 1 comment
Open
Tracked by #49

Negative impls (with feature gate) #73

nikomatsakis opened this issue Jun 25, 2022 · 1 comment

Comments

@nikomatsakis
Copy link
Contributor

No description provided.

@nikomatsakis nikomatsakis mentioned this issue Jun 25, 2022
4 tasks
@yoshuawuyts
Copy link
Member

yoshuawuyts commented Jun 29, 2023

I believe this may already have been implemented? E.g. the following test is part of the passing test suite:

crate core {
trait Foo<> where [] {}
impl<ty T> Foo<> for T where [T: Foo<>] {}
impl<> !Foo<> for u32 where [] {}
}

edit: landed in #123

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants