Skip to content

Commit 632f3de

Browse files
Clean up E0608 explanation
1 parent 97f3eee commit 632f3de

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_error_codes/error_codes

1 file changed

+1
-1
lines changed

src/librustc_error_codes/error_codes/E0608.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
An attempt to index into a type which doesn't implement the `std::ops::Index`
1+
An attempt to use index on a type which doesn't implement the `std::ops::Index`
22
trait was performed.
33

44
Erroneous code example:

0 commit comments

Comments
 (0)