We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 005ab57 commit a858d3aCopy full SHA for a858d3a
src/ch04-01-what-is-ownership.md
@@ -961,6 +961,7 @@ The ownership of a variable follows the same pattern every time: assigning a
961
value to another variable moves it. When a variable that includes data on the
962
heap goes out of scope, the value will be cleaned up by `drop` unless ownership
963
of the data has been moved to another variable.
964
+-->
965
966
変数の所有権は、毎回同じパターンを辿っています: 別の変数に値を代入すると、ムーブされます。
967
ヒープにデータを含む変数がスコープを抜けると、データの所有権が別の変数にムーブされていない限り、
0 commit comments