mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
fix: Don't complete marker traits in expression position
This commit is contained in:
parent
74abd44a26
commit
ce7541260d
4 changed files with 14 additions and 9 deletions
|
@ -44,7 +44,6 @@ fn baz() {
|
|||
st Record
|
||||
st Tuple
|
||||
st Unit
|
||||
tt Trait
|
||||
un Union
|
||||
ev TupleV(…) TupleV(u32)
|
||||
bt u32
|
||||
|
@ -137,7 +136,6 @@ impl Unit {
|
|||
st Record
|
||||
st Tuple
|
||||
st Unit
|
||||
tt Trait
|
||||
tp TypeParam
|
||||
un Union
|
||||
ev TupleV(…) TupleV(u32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue