We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d9bbb commit b4e764fCopy full SHA for b4e764f
listings/ch08-common-collections/listing-08-19/output.txt
@@ -1,7 +1,7 @@
1
$ cargo run
2
Compiling collections v0.1.0 (file:///projects/collections)
3
error[E0277]: the type `String` cannot be indexed by `{integer}`
4
-(エラー: 型`String`は`{Integer}`で添え字アクセスできませんん)
+(エラー: 型`String`は`{Integer}`で添え字アクセスできません)
5
--> src/main.rs:3:16
6
|
7
3 | let h = s1[0];
0 commit comments