mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Do not explicit generics to generated expressions
This commit is contained in:
parent
1389312871
commit
c19458270d
3 changed files with 13 additions and 75 deletions
|
@ -2641,7 +2641,7 @@ fn foo() {
|
|||
expect![[r#"
|
||||
lc foo [type+local]
|
||||
ex foo [type]
|
||||
ex Foo::B::<u32> [type]
|
||||
ex Foo::B [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