doc(librustc_error_codes): add long error explanation for E0719
Progresses #61137
This commit is contained in:
parent
0eb878d2aa
commit
275dac7bfb
4 changed files with 38 additions and 1 deletions
|
|
@ -16,3 +16,4 @@ LL | fn test() -> Box<dyn Iterator<Item = (), Item = Unit>> {
|
|||
|
||||
error: aborting due to 2 previous errors
|
||||
|
||||
For more information about this error, try `rustc --explain E0719`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue