mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
e2eaa99ca1
Fix extract variable assist for subexpression in mutable borrow This checks if the expression is in a mutable borrow and if so makes the extracted variable `mut`. Closes #12786