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

We permit type parameters and so forth on builtin bounds #20302

Closed
nikomatsakis opened this Issue Dec 29, 2014 · 5 comments

Comments

Projects
None yet
5 participants
@nikomatsakis
Copy link
Contributor

nikomatsakis commented Dec 29, 2014

Example:

fn foo<T:Copy<U>, U>(x: T) {
}

fn main() {
}

I left a FIXME at the relevant part of the code.

@nikomatsakis

This comment has been minimized.

Copy link
Contributor Author

nikomatsakis commented Dec 29, 2014

Nominating for something.

@brson brson removed the I-nominated label Jan 15, 2015

@brson brson added this to the 1.0 milestone Jan 15, 2015

@flaper87

This comment has been minimized.

Copy link
Contributor

flaper87 commented Jan 23, 2015

I can mentor...

@flaper87 flaper87 added the E-mentor label Jan 23, 2015

@richo

This comment has been minimized.

Copy link
Contributor

richo commented Jan 23, 2015

I'm willing to have a look if the mentor offer stands @flaper87

@ahmedcharles

This comment has been minimized.

Copy link
Contributor

ahmedcharles commented Jan 23, 2015

I already have a proposed fix, I just need to clean it up and add a test.

@flaper87

This comment has been minimized.

Copy link
Contributor

flaper87 commented Jan 23, 2015

@richo thanks for volunteering. The offer is still up but @ahmedcharles has been working on it. I'm happy to help with other bugs too.

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.