Rollup merge of #70548 - Ersikan:master, r=GuillaumeGomez

Add long error code for error E0226

Added a long description message for error E0226, which previously did not exist.
As requested in issue #61137

r? @GuillaumeGomez
This commit is contained in:
Mazdak Farrokhzad 2020-03-31 15:59:41 +02:00 committed by GitHub
commit cbe3266c65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 3 deletions

View file

@ -31,5 +31,5 @@ LL | struct Foo<'a,'b,'c> {
error: aborting due to 3 previous errors
Some errors have detailed explanations: E0392, E0478.
For more information about an error, try `rustc --explain E0392`.
Some errors have detailed explanations: E0226, E0392, E0478.
For more information about an error, try `rustc --explain E0226`.