]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #65265 - GuillaumeGomez:cleanup-librustc_mir-err-codes, r=Mark-Simulacrum
authorTyler Mandry <tmandry@gmail.com>
Tue, 15 Oct 2019 23:07:46 +0000 (16:07 -0700)
committerGitHub <noreply@github.com>
Tue, 15 Oct 2019 23:07:46 +0000 (16:07 -0700)
Cleanup librustc mir err codes

Three things are done in this PR:

 * Sort error codes
 * Uncomment an error code long error explanation (they should **never** be commented)
 * Unify explanations


Trivial merge