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

Replace ty_param_bound with trait_ref in AST #4137

Closed
brson opened this issue Dec 7, 2012 · 2 comments
Closed

Replace ty_param_bound with trait_ref in AST #4137

brson opened this issue Dec 7, 2012 · 2 comments
Labels
C-cleanup Category: PRs that clean code up or issues documenting cleanup. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@brson
Copy link
Contributor

brson commented Dec 7, 2012

These two things serve the same purpose - to name a trait as a constraint - but ty_param_bound is just a typedef for Ty. It's more complex than necessary.

@pnkfelix
Copy link
Member

Not critical for 0.6; de-milestoning

@graydon
Copy link
Contributor

graydon commented May 8, 2013

This is no longer true, ast::TyParamBound names either a trait or a region. Closing.

@graydon graydon closed this as completed May 8, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-cleanup Category: PRs that clean code up or issues documenting cleanup. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

3 participants