Skip to content

fix: no complete where kw after qualified path#22154

Open
A4-Tacks wants to merge 2 commits intorust-lang:masterfrom
A4-Tacks:no-qualified-where
Open

fix: no complete where kw after qualified path#22154
A4-Tacks wants to merge 2 commits intorust-lang:masterfrom
A4-Tacks:no-qualified-where

Conversation

@A4-Tacks
Copy link
Copy Markdown
Member

@A4-Tacks A4-Tacks commented Apr 23, 2026

Partial of #21012

Example

mod foo { pub struct Bar; }
fn x() foo::b$0

Before this PR

st Bar (adds ->) Bar
kw where

After this PR

st Bar (adds ->) Bar

Example
---
```rust
mod foo { pub struct Bar; }
fn x() foo::b$0
```

**Before this PR**

```text
st Bar (adds ->) Bar
kw where
```

**After this PR**

```text
st Bar (adds ->) Bar
```
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants