Add long error code for error E0226
This commit is contained in:
parent
699f83f525
commit
8f7eb6229c
3 changed files with 23 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