add long explanation for E0183
This commit is contained in:
parent
044674337a
commit
cca39148f3
4 changed files with 44 additions and 4 deletions
|
|
@ -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`.
|
||||
|
|
|
|||
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue