docs: add long error explanation for error E0320

This commit is contained in:
Ezra Shaw 2022-12-16 18:24:14 +13:00
parent 63b3bac77c
commit fe52882986
No known key found for this signature in database
GPG key ID: 67ABF16FB0ECD870
6 changed files with 32 additions and 1 deletions

View file

@ -8,3 +8,4 @@ LL | fn f(x: S<u32>) {}
error: aborting due to previous error
For more information about this error, try `rustc --explain E0320`.