Skip to content

minor: Fix self kw is snippet in type location#21982

Merged
ChayimFriedman2 merged 1 commit intorust-lang:masterfrom
A4-Tacks:kw-not-snippet
Apr 9, 2026
Merged

minor: Fix self kw is snippet in type location#21982
ChayimFriedman2 merged 1 commit intorust-lang:masterfrom
A4-Tacks:kw-not-snippet

Conversation

@A4-Tacks
Copy link
Copy Markdown
Member

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

Partial of #21012

Example

const _: $0

Before this PR

self::~
crate::~

After this PR

self::
crate::

Example
---
```rust
const _: $0
```

**Before this PR**

```text
self::~
crate::~
```

**After this PR**

```text
self::
crate::
```
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 7, 2026
@ChayimFriedman2 ChayimFriedman2 added this pull request to the merge queue Apr 9, 2026
Merged via the queue into rust-lang:master with commit c6bd2d9 Apr 9, 2026
17 checks passed
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 9, 2026
@A4-Tacks A4-Tacks deleted the kw-not-snippet branch April 9, 2026 10:55
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