You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support eager subdiagnostics again
See rust-lang#104941 (comment)
I'm not sure how to add a test for this. But I did pick some of the diagnostic structs in the mentioned PR and it works with them.
= note: this error originates in the derive macro `Diagnostic` which comes from the expansion of the macro `forward` (in Nightly builds, run with -Z macro-backtrace for more info)
678
662
679
-
error: aborting due to 85 previous errors
663
+
error: aborting due to 83 previous errors
680
664
681
665
Some errors have detailed explanations: E0277, E0425.
682
666
For more information about an error, try `rustc --explain E0277`.
0 commit comments