Skip to content

fix: pretty assoc const when trait in macro#22535

Open
A4-Tacks wants to merge 2 commits into
rust-lang:masterfrom
A4-Tacks:macro-const-impl-item
Open

fix: pretty assoc const when trait in macro#22535
A4-Tacks wants to merge 2 commits into
rust-lang:masterfrom
A4-Tacks:macro-const-impl-item

Conversation

@A4-Tacks

@A4-Tacks A4-Tacks commented Jun 6, 2026

Copy link
Copy Markdown
Member

Fixes #17769

Example

-typeT = $0 whereSelf:Sized;
+type T = $0 where Self: Sized;

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 6, 2026
Example
---
```diff
-typeT = $0 whereSelf:Sized;
+type T = $0 where Self: Sized;
```
@A4-Tacks A4-Tacks force-pushed the macro-const-impl-item branch from 2c7b798 to 9883806 Compare June 6, 2026 16:13
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.

Missing space in trait type completion

2 participants