diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-01-27 16:06:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-27 16:06:38 +0100 |
| commit | 833ffd7b839caa843f51bfa992baea89fe4fd2fb (patch) | |
| tree | 4ffe55b346709562a77e26fa8b4d61a7ce081543 /src | |
| parent | 3850d96379126087240b640470632362a5d32234 (diff) | |
| download | rust-833ffd7b839caa843f51bfa992baea89fe4fd2fb.tar.gz rust-833ffd7b839caa843f51bfa992baea89fe4fd2fb.zip | |
Update src/librustc_error_codes/error_codes/E0220.md
Co-Authored-By: Dylan DPC <dylan.dpc@gmail.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustc_error_codes/error_codes/E0220.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_error_codes/error_codes/E0220.md b/src/librustc_error_codes/error_codes/E0220.md index 4ab52b642d5..ddc54007c8c 100644 --- a/src/librustc_error_codes/error_codes/E0220.md +++ b/src/librustc_error_codes/error_codes/E0220.md @@ -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: |
