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

Tracking issue for rustc integration MVP #18

Closed
1 of 5 tasks
nikomatsakis opened this issue Apr 1, 2020 · 0 comments · Fixed by #22
Closed
1 of 5 tasks

Tracking issue for rustc integration MVP #18

nikomatsakis opened this issue Apr 1, 2020 · 0 comments · Fixed by #22

Comments

@nikomatsakis
Copy link
Contributor

nikomatsakis commented Apr 1, 2020

What do we mean by MVP?

  • rustc types are converted to chalk types deeply and eagerly
  • region integration is basically ignored, so not sound
  • chalk is responsible for generating builtin trait rules, and those may be approximated in some cases
  • constants are not handled, they are translated to () type for now
  • closures and the fn traits are "reach items"
  • unsizing is out of scope

Work items

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