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.
2 parents 5ba723b + 1eb3115 commit 0e84effCopy full SHA for 0e84eff
src/scope/move.md
@@ -76,7 +76,7 @@ fn main() {
76
// Since the heap memory has been freed at this point, this action would
77
// result in dereferencing freed memory, but it's forbidden by the compiler
78
// Error! Same reason as the previous Error
79
- // この時点でヒープメモリ上の資源は開放されているので、次の操作は解放
+ // この時点でヒープメモリ上の資源は開放されているので、次の操作は
80
// 解放済みメモリをデリファレンスすることになる。しかしそれはコンパイラが許さない。
81
// エラー! 上述の理由より
82
//println!("b contains: {}", b);
0 commit comments