提交 29582d39 编写于 作者: M Manish Goregaokar

Rollup merge of #24040 - hackaugusto:patch-1, r=steveklabnik

......@@ -175,9 +175,6 @@ we called `add_num`, it mutated the underlying value, as we'd expect. We also
needed to declare `add_num` as `mut` too, because we’re mutating its
environment.
We also had to declare `add_num` as mut, since we will be modifying its
environment.
If we change to a `move` closure, it's different:
```rust
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册