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

self type should be "just a type" #2372

Closed
nikomatsakis opened this issue May 9, 2012 · 1 comment
Closed

self type should be "just a type" #2372

nikomatsakis opened this issue May 9, 2012 · 1 comment
Assignees

Comments

@nikomatsakis
Copy link
Contributor

Right now the self type is a type constructor / higher-kinded type, but it is the only part of our type system like that and so is not terribly useful. We should change it be like other type parameters---but a bit special, since it is implicitly defined---and maybe later add higher-kinded types in a more disciplined way.

Note: I have a patch that does this, it is in its final testing phases.

@nikomatsakis
Copy link
Contributor Author

Fixed in 5e7229b

bors added a commit to rust-lang-ci/rust that referenced this issue Sep 22, 2022
celinval added a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
Remove stale option that's no longer being used.
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

1 participant