mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Add tactic for associated item constants
This commit is contained in:
parent
021ae0101c
commit
c87609fef1
5 changed files with 118 additions and 20 deletions
|
@ -1799,6 +1799,7 @@ fn go(world: &WorldSnapshot) { go(w$0) }
|
|||
"#,
|
||||
expect![[r#"
|
||||
lc world [type+name+local]
|
||||
ex world [type]
|
||||
st WorldSnapshot {…} []
|
||||
st &WorldSnapshot {…} [type]
|
||||
st WorldSnapshot []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue