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:
commit
cbe3266c65
3 changed files with 24 additions and 3 deletions
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue