Skip to content

Conversation

@A4-Tacks
Copy link
Member

Example

fn main() { let _ = &raw $0 }

Before this PR

fn main() fn()
bt u32     u32
kw const
kw const
kw crate::
...

After this PR

fn main() fn()
bt u32     u32
kw const
kw crate::
...

Example
---
```rust
fn main() { let _ = &raw $0 }
```

**Before this PR**

```text
fn main() fn()
bt u32     u32
kw const
kw const
kw crate::
...
```

**After this PR**

```text
fn main() fn()
bt u32     u32
kw const
kw crate::
...
```
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 30, 2025
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