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

@@ -1347,7 +1347,6 @@ fn main() {
fn main() []
fn foo(…) []
md core []
tt Sized []
"#]],
)
}
@@ -1394,7 +1393,6 @@ fn main() {
fn main() []
fn foo(…) []
md core []
tt Sized []
"#]],
)
}
@@ -1492,7 +1490,6 @@ fn main() {
fn &bar() [type]
fn foo(…) []
md core []
tt Sized []
"#]],
)
}