Clean up E0608 explanation

This commit is contained in:
Guillaume Gomez 2020-05-25 13:03:38 +02:00
parent 97f3eeec82
commit 632f3de12b

View file

@ -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: