-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Do not ICE on foreign malformed diagnostic::on_unimplemented
#124683
Conversation
r? @spastorino rustbot has assigned @spastorino. Use |
Please write a test, then r=me @rustbot author |
Added test. @bors r=compiler-errors |
I think this will fail tidy since you're missing newlines on your test and auxiliary file. @bors r- |
Yeah, and I was missing the @bors r=compiler-errors |
☀️ Test successful - checks-actions |
This should be backported together with #124875. |
Finished benchmarking commit (a60f077): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 676.569s -> 675.408s (-0.17%) |
Beta backports approved as per compiler team on Zulip. A backport PR will be authored by the release team at the end of the current development cycle. The stable backport so far does not look like that urgent so we're not pressing for a dot release, but if it happens for other reason then why not include this either. @rustbot label +beta-accepted +stable-accepted |
[beta] backports - Do not ICE on foreign malformed `diagnostic::on_unimplemented` rust-lang#124683 - Fix more ICEs in `diagnostic::on_unimplemented` rust-lang#124875 - rustdoc: use stability, instead of features, to decide what to show rust-lang#124864 - Don't do post-method-probe error reporting steps if we're in a suggestion rust-lang#125100 - Make `non-local-def` lint Allow by default rust-lang#124950 r? cuviper
Fix #124651.