Migrate most of rustc_builtin_macros to diagnostic impls#110092
Migrate most of rustc_builtin_macros to diagnostic impls#110092bors merged 1 commit intorust-lang:masterfrom
rustc_builtin_macros to diagnostic impls#110092Conversation
|
r? @TaKO8Ki (rustbot has picked a reviewer for you, use r? to override) |
e4c55da to
64d2234
Compare
48260ef to
37b1f96
Compare
Co-authored-by: Joe ST <joe@fbstj.net> Co-authored-by: Michael Goulet <michael@errs.io>
37b1f96 to
64f7597
Compare
|
|
|
ty @bors delegate+ r=me when green |
|
✌️ @clubby789 can now approve this pull request |
|
@bors r=compiler-errors |
|
☀️ Test successful - checks-actions |
|
Finished benchmarking commit (45749b2): 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)ResultsThis 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.
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.
|
…henkov Remove accidental comment Left this in in rust-lang#110092 while debugging, thanks to `@WaffleLapkin` for spotting
cc #100717
This is a couple of days work, but I decided to stop for now before the PR becomes too big. There's around 50 unresolved failures when
rustc::untranslatable_diagnosticis denied, which I'll finish addressing once this PR goes thtoughA couple of outputs have changed, but in all instances I think the changes are an improvement/are more consistent with other diagnostics (although I'm happy to revert any which seem worse)