add long explanation for E0183

This commit is contained in:
cameron1024 2021-10-14 17:44:04 +01:00
parent 044674337a
commit cca39148f3
4 changed files with 44 additions and 4 deletions

View file

@ -101,5 +101,5 @@ LL | impl FnOnce<()> for Baz {
error: aborting due to 12 previous errors
Some errors have detailed explanations: E0229, E0658.
For more information about an error, try `rustc --explain E0229`.
Some errors have detailed explanations: E0183, E0229, E0658.
For more information about an error, try `rustc --explain E0183`.

View file

@ -26,4 +26,5 @@ LL | impl FnOnce<(u32, u32)> for Test {
error: aborting due to 3 previous errors
For more information about this error, try `rustc --explain E0658`.
Some errors have detailed explanations: E0183, E0658.
For more information about an error, try `rustc --explain E0183`.