Skip to content

fix: Fix offer on unrelated for toggle_macro_delimiter#22304

Merged
ChayimFriedman2 merged 1 commit intorust-lang:masterfrom
A4-Tacks:toggle-delim-wrong-parent
May 6, 2026
Merged

fix: Fix offer on unrelated for toggle_macro_delimiter#22304
ChayimFriedman2 merged 1 commit intorust-lang:masterfrom
A4-Tacks:toggle-delim-wrong-parent

Conversation

@A4-Tacks
Copy link
Copy Markdown
Member

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

The old test's $0 was misplaced, resulting in always not applicable

Example

prt!((3 + 5$0));

Before this PR

prt!({3 + 5});

After this PR

Assist not applicable

The old test's `$0` was misplaced, resulting in always not applicable

Example
---
```rust
prt!((3 + 5$0));
```

**Before this PR**

```rust
prt!({3 + 5});
```

**After this PR**

Assist not applicable
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label May 6, 2026
@ChayimFriedman2 ChayimFriedman2 added this pull request to the merge queue May 6, 2026
Merged via the queue into rust-lang:master with commit d07e059 May 6, 2026
18 checks passed
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label May 6, 2026
@A4-Tacks A4-Tacks deleted the toggle-delim-wrong-parent branch May 6, 2026 16:27
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