`&mut` can alias with `&const`, `@mut`, other types like `@mut` that allow a `&mut` borrow while still allowing reads and closures containing captured aliases.
&mutcan alias with&const,@mut, other types like@mutthat allow a&mutborrow while still allowing reads and closures containing captured aliases.