Update src/librustc_error_codes/error_codes/E0220.md

Co-Authored-By: Dylan DPC <dylan.dpc@gmail.com>
This commit is contained in:
Guillaume Gomez 2020-01-27 16:06:38 +01:00 committed by GitHub
parent 3850d96379
commit 833ffd7b83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
A used associated type wasn't defined in the trait.
The associated type used was not defined in the trait.
Erroneous code example: