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

impl Trait for .. {} does not require a feature gate #23225

Closed
alexcrichton opened this Issue Mar 9, 2015 · 3 comments

Comments

Projects
None yet
3 participants
@alexcrichton
Copy link
Member

alexcrichton commented Mar 9, 2015

I suspect that we may want more experience with this syntax before freezing it, but I may also be misremembering!

cc @nikomatsakis
cc @flaper87

@alexcrichton

This comment has been minimized.

Copy link
Member Author

alexcrichton commented Mar 9, 2015

triage: I-nominated

@flaper87

This comment has been minimized.

Copy link
Contributor

flaper87 commented Mar 10, 2015

@alexcrichton I believe you're right. I'll work on a fix for this. Here's a test case:

use std::marker::MarkerTrait;

trait Test: MarkerTrait {}

impl Test for .. {}

fn main() {}
@pnkfelix

This comment has been minimized.

Copy link
Member

pnkfelix commented Mar 19, 2015

1.0 beta, P-backcompat-lang.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.