Skip to content

No completions after type anchor in path #12892

Closed
@jonas-schievink

Description

@jonas-schievink
struct S {}

impl S {
    fn f() {}
}

fn f() {
    <S>::$0
}

We show no completions here, but <S>::f is valid.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions