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 db32d6f commit d4d6b7aCopy full SHA for d4d6b7a
1.6/ja/book/unsized-types.md
@@ -31,7 +31,7 @@ Rustはいくつかのそのような型を扱うことができますが、そ
31
<!-- So why bother? Well, because `[T]` can only be used behind a pointer, if we -->
32
<!-- didn’t have language support for unsized types, it would be impossible to write -->
33
<!-- this: -->
34
-なぜこんなにややこしいのでしょうか? これは、`[T]` はポインタを通してのみ操作可能であるためです。
+なぜこんなにややこしいのでしょうか? これは、`[T]` はポインタを通してのみ操作可能であるため、
35
もし言語がサイズ不定型をサポートしていなかった場合、以下のようなコードを書くことは不可能となります:
36
37
```rust,ignore
0 commit comments