mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Assign mutable semantic token modifier to assignment operators
This commit is contained in:
parent
b3337c26db
commit
d1256a3709
3 changed files with 10 additions and 7 deletions
|
@ -168,6 +168,7 @@ fn main() {
|
|||
noop!(noop!(1));
|
||||
|
||||
let mut x = 42;
|
||||
x += 1;
|
||||
let y = &mut x;
|
||||
let z = &y;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue