mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
Rename fails on renaming definitions created by macros
This commit is contained in:
parent
320bb72b7f
commit
c67ecbebc4
5 changed files with 62 additions and 66 deletions
|
@ -1446,7 +1446,6 @@ gen2!();
|
|||
0,
|
||||
),
|
||||
full_range: 228..236,
|
||||
focus_range: 228..236,
|
||||
name: "foo_test2",
|
||||
kind: Function,
|
||||
},
|
||||
|
@ -1467,7 +1466,6 @@ gen2!();
|
|||
0,
|
||||
),
|
||||
full_range: 218..225,
|
||||
focus_range: 218..225,
|
||||
name: "foo_test",
|
||||
kind: Function,
|
||||
},
|
||||
|
@ -1533,7 +1531,6 @@ foo!();
|
|||
0,
|
||||
),
|
||||
full_range: 210..217,
|
||||
focus_range: 210..217,
|
||||
name: "foo0",
|
||||
kind: Function,
|
||||
},
|
||||
|
@ -1554,7 +1551,6 @@ foo!();
|
|||
0,
|
||||
),
|
||||
full_range: 210..217,
|
||||
focus_range: 210..217,
|
||||
name: "foo1",
|
||||
kind: Function,
|
||||
},
|
||||
|
@ -1575,7 +1571,6 @@ foo!();
|
|||
0,
|
||||
),
|
||||
full_range: 210..217,
|
||||
focus_range: 210..217,
|
||||
name: "foo2",
|
||||
kind: Function,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue