Rollup merge of #89885 - cameron1024:long-explanation-E0183, r=GuillaumeGomez

add long explanation for E0183

Addresses #61137
This commit is contained in:
Matthias Krüger 2021-10-15 07:44:49 +02:00 committed by GitHub
commit e3099e7d8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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`.