You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
code snippet within scope/borrow/alias.md is completely valid & compiles after uncommenting line 22 //let mutable_borrow = &mut point.
I'd love to fix it but currently I'm still struggling to get a grasp on a language. As far as I understand it is acceptable to have both many immutable and mutable references within the same scope but not to.. use them in a interleaved manner?
The text was updated successfully, but these errors were encountered:
Hey,
code snippet within
scope/borrow/alias.md
is completely valid & compiles after uncommenting line 22//let mutable_borrow = &mut point
.I'd love to fix it but currently I'm still struggling to get a grasp on a language. As far as I understand it is acceptable to have both many immutable and mutable references within the same scope but not to.. use them in a interleaved manner?
The text was updated successfully, but these errors were encountered: