Skip to content

fix: Fix macro matching of meta then => or ==#21527

Merged
ShoyuVanilla merged 1 commit intorust-lang:masterfrom
ChayimFriedman2:builtin-macro-name
Jan 27, 2026
Merged

fix: Fix macro matching of meta then => or ==#21527
ShoyuVanilla merged 1 commit intorust-lang:masterfrom
ChayimFriedman2:builtin-macro-name

Conversation

@ChayimFriedman2
Copy link
Contributor

@ChayimFriedman2 ChayimFriedman2 commented Jan 26, 2026

The parser declared it was invalid meta because it consumed the lone =, which is incorrect.

Fixes #21525.

The parser declared it was invalid meta because it consumed the lone `=`, which is incorrect.
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jan 26, 2026
@ShoyuVanilla ShoyuVanilla added this pull request to the merge queue Jan 27, 2026
Merged via the queue into rust-lang:master with commit 137eee2 Jan 27, 2026
15 checks passed
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jan 27, 2026
@ChayimFriedman2 ChayimFriedman2 deleted the builtin-macro-name branch January 27, 2026 12:37
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.

Macro handled wrong when called cfg_select

3 participants