mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Fix term_search filtering enum variant generics incorrectly
This commit is contained in:
parent
8df034d453
commit
db056b4a69
2 changed files with 5 additions and 5 deletions
|
@ -2641,7 +2641,7 @@ fn foo() {
|
|||
expect![[r#"
|
||||
lc foo [type+local]
|
||||
ex foo [type]
|
||||
ex Foo::B [type]
|
||||
ex Foo::B::<u32> [type]
|
||||
ev Foo::A(…) [type_could_unify]
|
||||
ev Foo::B [type_could_unify]
|
||||
en Foo [type_could_unify]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue