We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f3eee commit 632f3deCopy full SHA for 632f3de
src/librustc_error_codes/error_codes/E0608.md
@@ -1,4 +1,4 @@
1
-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`
2
trait was performed.
3
4
Erroneous code example:
0 commit comments