-
Notifications
You must be signed in to change notification settings - Fork 13k
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
long diagnostics not registered for some internal crates #35284
Comments
@zackmdavis ok, I'll work on a PR It's a little more complicated than just linking those errors, because linking those errors exposes some failing doctests that need to be fixed. Fortunately, there aren't all that many error explanations in these crates, and therefore Rust users are not currently missing all that much from them. |
Today, I think just |
Bizarrely, librustc_passes, librustc_plugin, librustc_mir, and libsyntax weren't getting their error explanations registered. Resolves rust-lang#35284.
…uillaumeGomez de-orphan extended information Bizarrely, librustc_passes, librustc_plugin, librustc_mir, and libsyntax [weren't getting their error explanations registered](#35284) (leaving _several_ error codes absent from [the index](https://doc.rust-lang.org/nightly/error-index.html) and `--explain`). This surfaced a few latent doctest failures that were fixed where readily possible and ignored (with a recorded excuse) if not. Also, we don't issue E0563 anymore. r? @GuillaumeGomez
In the comments on #32777, @jhod0 writes:
The text was updated successfully, but these errors were encountered: