Skip to content

Commit aa8d64b

Browse files
authored
Rollup merge of #72567 - GuillaumeGomez:cleanup-e0608, r=Dylan-DPC
Clean up E0608 explanation r? @Dylan-DPC
2 parents c579102 + 632f3de commit aa8d64b

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)