Skip to content

fix: no complete where kw after qualified path#22154

Merged
ChayimFriedman2 merged 2 commits intorust-lang:masterfrom
A4-Tacks:no-qualified-where
Apr 24, 2026
Merged

fix: no complete where kw after qualified path#22154
ChayimFriedman2 merged 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
@ChayimFriedman2 ChayimFriedman2 added this pull request to the merge queue Apr 24, 2026
Merged via the queue into rust-lang:master with commit 6f458d8 Apr 24, 2026
18 checks passed
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 24, 2026
@A4-Tacks A4-Tacks deleted the no-qualified-where branch April 24, 2026 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants