fix: Don't complete marker traits in expression position

This commit is contained in:
Lukas Wirth 2022-07-28 17:49:23 +02:00
parent 74abd44a26
commit ce7541260d
4 changed files with 14 additions and 9 deletions

View file

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