-
Notifications
You must be signed in to change notification settings - Fork 72
ownership #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ownership #53
Conversation
@KeenS 翻訳完了しました。 |
ごめんなさい。 |
<!-- we say that we’ve ‘moved’ the thing we refer to. You don’t need some sort of --> | ||
<!-- special annotation here, it’s the default thing that Rust does. --> | ||
「use of moved value」という同じエラーです。 | ||
所有権を何か別のものに転送するとき、参照するものを「移転する」と言います。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
そうですね。「ムーブする」の方が適切ですね。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
少しコメントしました。大部分は"move"の訳についてです(校正版のレビュー用のマーカとして全てのものにコメントしました)。確認お願いします。 |
@KeenS 修正しました。 |
確認しました。お疲れ様です。 |
No description provided.