Add long error code for error E0226

This commit is contained in:
Julien Philippon 2020-03-30 02:50:53 +02:00
parent 699f83f525
commit 8f7eb6229c
3 changed files with 23 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`.