-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Try: stop special casing codegen for unstable impl #142368
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
Conversation
changes to changes to the core type system Some changes occurred in compiler/rustc_attr_parsing Some changes occurred in compiler/rustc_passes/src/check_attr.rs Some changes occurred in compiler/rustc_attr_data_structures |
This comment has been minimized.
This comment has been minimized.
I see a lot of attr changes, when you undraft feel free to assign me for (at least initial) review tiff :) |
okay! :) I probably will need to close this after getting the CI result, the actual PR is happening in #140399, but I will remember to ping you for a review. |
makes sense, got pinged for a bunch of things here so that's just where I noticed. Either way is fine :) |
The job Click to see the possible cause of the failure (guessed by this bot)
|
Great, it did actually ice. |
An experiment to check if the codegen test will actually fail if we stop handling
TypingMode::PostAnalysis
.cc #140399
r? ghost