Fix term_search filtering enum variant generics incorrectly

This commit is contained in:
Lukas Wirth 2024-06-24 09:28:03 +02:00
parent 8df034d453
commit db056b4a69
2 changed files with 5 additions and 5 deletions

View file

@ -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]