Add long error explanation for E0708 #61137

Refactor code as per the suggestions

Refacotor code

provide edition support
This commit is contained in:
bishtpawan 2020-03-31 18:45:26 +05:30
parent 2113659479
commit 26fdde994d
3 changed files with 28 additions and 2 deletions

View file

@ -8,3 +8,4 @@ LL | let _ = async |x: u8| {};
error: aborting due to previous error
For more information about this error, try `rustc --explain E0708`.