diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-05-25 18:07:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-25 18:07:48 +0200 |
| commit | aa8d64b005ab347477632bde4d33837385d39c80 (patch) | |
| tree | c70722f3d3f058df54ec8ee4104f6a6e2c2d38e1 /src/librustc_error_codes/error_codes | |
| parent | c57910292b6560ad0bea997bbd4eff3b528418a9 (diff) | |
| parent | 632f3de12bc71167485253510b2e1644b25302ce (diff) | |
| download | rust-aa8d64b005ab347477632bde4d33837385d39c80.tar.gz rust-aa8d64b005ab347477632bde4d33837385d39c80.zip | |
Rollup merge of #72567 - GuillaumeGomez:cleanup-e0608, r=Dylan-DPC
Clean up E0608 explanation r? @Dylan-DPC
Diffstat (limited to 'src/librustc_error_codes/error_codes')
| -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: |
