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 "fact" type parameters with associated types #111

Closed
nikomatsakis opened this issue Aug 30, 2019 · 0 comments · Fixed by #130
Closed

replace "fact" type parameters with associated types #111

nikomatsakis opened this issue Aug 30, 2019 · 0 comments · Fixed by #130

Comments

@nikomatsakis
Copy link
Contributor

At some point we should probably make a "dummy type" with associates types...

trait FactTypes {
    type Region: Atom;
    type Loan: Atom;
    type Path: Atom;
    type Variable: Atom;
}

etc

But not in this PR =)

Originally posted by @nikomatsakis in #110

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

Successfully merging a pull request may close this issue.

1 participant