diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-05-25 13:03:38 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-05-25 13:03:38 +0200 |
| commit | 632f3de12bc71167485253510b2e1644b25302ce (patch) | |
| tree | 77157bfab4131b3113d53737b27c95932754477d | |
| parent | 97f3eeec8216d7155c24674b9be55e7c672bcae3 (diff) | |
| download | rust-632f3de12bc71167485253510b2e1644b25302ce.tar.gz rust-632f3de12bc71167485253510b2e1644b25302ce.zip | |
Clean up E0608 explanation
| -rw-r--r-- | src/librustc_error_codes/error_codes/E0608.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_error_codes/error_codes/E0608.md b/src/librustc_error_codes/error_codes/E0608.md index 598f1e655e9..d0ebc3a26f0 100644 --- a/src/librustc_error_codes/error_codes/E0608.md +++ b/src/librustc_error_codes/error_codes/E0608.md @@ -1,4 +1,4 @@ -An attempt to index into a type which doesn't implement the `std::ops::Index` +An attempt to use index on a type which doesn't implement the `std::ops::Index` trait was performed. Erroneous code example: |
