mirror of https://github.com/sunface/rust-course
3 lines
149 B
3 lines
149 B
3 years ago
|
# 重复借用
|
||
|
|
||
|
本章讲述如何解决类似`cannot borrow *self as mutable because it is also borrowed as immutable`这种重复借用的错误。
|