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 2073b95 commit 0277823Copy full SHA for 0277823
1.6/ja/book/traits.md
@@ -553,7 +553,7 @@ error: the trait `main::Foo` is not implemented for the type `main::Baz` [E0277]
553
```
554
555
<!-- # Deriving -->
556
-# Deriving
+# 導出
557
558
<!-- Implementing traits like `Debug` and `Default` repeatedly can become
559
quite tedious. For that reason, Rust provides an [attribute][attributes] that
@@ -572,7 +572,7 @@ fn main() {
572
[attributes]: attributes.html
573
574
<!-- However, deriving is limited to a certain set of traits: -->
575
-ただし、derivingは以下の特定のトレイトに制限されています。
+ただし、導出は以下の特定のトレイトに制限されています。
576
577
- [`Clone`](../core/clone/trait.Clone.html)
578
- [`Copy`](../core/marker/trait.Copy.html)
0 commit comments