-
Notifications
You must be signed in to change notification settings - Fork 183
add a "well-known" Sized trait to chalk_solve
#261
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
Labels
current-sprint
Being worked on in the current sprint
design
Needs design work
rustc integration
Related to or required for rustc integration
Comments
This comment has been minimized.
This comment has been minimized.
rustc_solve
chalk_solve
Blocked on #356 |
11 tasks
So I think what we want here has two parts:
Some links from rustc code:
|
I'll take this one |
blocked on #368 |
I hope #413 will help with this issue. |
This is done :) existing types have this logic and new types get it added in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
current-sprint
Being worked on in the current sprint
design
Needs design work
rustc integration
Related to or required for rustc integration
I think the
chalk-solve
crate ought to start encoding rules for "well-known" traits that require compiler support. A good place to start is theSized
trait. I'm opening this issue to remember the problem, it will be extended with mentoring instructions.The text was updated successfully, but these errors were encountered: