Skip to content

Conversation

markmurphydev
Copy link
Contributor

Adds a test covering #17785. Should close that issue.
This seemed like the right location for the test.

The test correctly fails on release 2024-07-15, with:

---- macro_expansion_tests::mbe::matching::meta_variable_raw_name_equals_non_raw stdout ----
thread 'macro_expansion_tests::mbe::matching::meta_variable_raw_name_equals_non_raw' panicked at crates/hir-def/src/macro_expansion_tests/mbe/matching.rs:190:5:
parse errors in expansion:
[
    SyntaxError(
        "expected expression, item or let statement",
        0..0,
    ),
]
```
$name
```

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Nov 26, 2024
@Veykril Veykril added this pull request to the merge queue Dec 2, 2024
Merged via the queue into rust-lang:master with commit aa38be8 Dec 2, 2024
9 checks passed
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.

3 participants