可不用 可用 > 不可变 可变

This commit is contained in:
863056768
2022-03-06 16:34:37 +08:00
committed by GitHub
parent fe455d79ba
commit ae2616c46b

View File

@ -108,7 +108,7 @@ fn main() {
``` ```
#### 可变性 #### 可变性
8. 🌟 错误: 从可不用对象借用可 8. 🌟 错误: 从不可变对象借用可
```rust,editable ```rust,editable
fn main() { fn main() {