Add long error explanation for E0634 #61137

This commit is contained in:
Ayush Kumar Mishra 2020-03-14 16:01:03 +05:30
parent 3dbade652e
commit 4bd6ebcc31
3 changed files with 22 additions and 2 deletions

View file

@ -76,5 +76,5 @@ LL | | }
error: aborting due to 10 previous errors
Some errors have detailed explanations: E0566, E0587.
Some errors have detailed explanations: E0566, E0587, E0634.
For more information about an error, try `rustc --explain E0566`.