-
Notifications
You must be signed in to change notification settings - Fork 19
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
align rustc and chalk folder type #31
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@rustbot assign @LeSeulArtichaut |
This comment has been minimized.
This comment has been minimized.
(cc @rust-lang/release -- any tips on how to make the triagebot work :) |
(Triagebot should work now, fixed the permissions). |
I understand from rust-lang/rust#85485 (comment) that @LeSeulArtichaut isn't able to work on these at present. Would it be okay if I have a crack at moving them forward? I've already opened rust-lang/rust#91230 to pick up where rust-lang/rust#85469 left off. @rustbot claim |
With rust-lang/rust#91230 merged, the first of these actions can be marked complete. |
The second action here had me confused for a while, until I spotted that |
With rust-lang/rust#107924 merged, rustc's folder is also now generic over the Interner (formerly Type Family). And since chalk is no longer to be integrated with rustc, I guess further alignment of the folder types is not required? |
Well, how are they still different? Might give some clues on if the rustc folder traits should be modified for some future solver state |
Result
, rustc does notTypeFolder::fold_*
returnResult
compiler-team#432The text was updated successfully, but these errors were encountered: