Rollup merge of #87715 - bhgomes:long-explanation-E0625, r=GuillaumeGomez
Add long error explanation for E0625 For #61137.
This commit is contained in:
commit
772db06e10
4 changed files with 31 additions and 2 deletions
|
|
@ -30,3 +30,4 @@ LL | A
|
|||
|
||||
error: aborting due to 5 previous errors
|
||||
|
||||
For more information about this error, try `rustc --explain E0625`.
|
||||
|
|
|
|||
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue