doc(librustc_error_codes): add long error explanation for E0719

Progresses #61137
This commit is contained in:
Matthew Kuo 2020-03-01 14:15:44 -06:00
parent 0eb878d2aa
commit 275dac7bfb
4 changed files with 38 additions and 1 deletions

View file

@ -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`.