Rollup merge of #87715 - bhgomes:long-explanation-E0625, r=GuillaumeGomez

Add long error explanation for E0625

For #61137.
This commit is contained in:
Yuki Okushi 2021-08-06 11:21:29 +09:00 committed by GitHub
commit 772db06e10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 31 additions and 2 deletions

View file

@ -30,3 +30,4 @@ LL | A
error: aborting due to 5 previous errors
For more information about this error, try `rustc --explain E0625`.

View file

@ -40,5 +40,5 @@ LL | std::mem::swap(x, &mut STATIC_VAR_2)
error: aborting due to 5 previous errors
Some errors have detailed explanations: E0013, E0133, E0658.
Some errors have detailed explanations: E0013, E0133, E0625, E0658.
For more information about an error, try `rustc --explain E0013`.