mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
95936375a0
de-orphan extended information Bizarrely, librustc_passes, librustc_plugin, librustc_mir, and libsyntax [weren't getting their error explanations registered](https://github.com/rust-lang/rust/issues/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