Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix case where completion inside macro that expands to #[test] was unavailable #18853

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

ChayimFriedman2
Copy link
Contributor

We ignore #[test] in the def map, so that's why it failed.

Fixes #18834.

…unavailable

We ignore `#[test]` in the def map, so that's why it failed.
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jan 6, 2025
Copy link
Member

@lnicola lnicola left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might need to iterate on this for e.g. rstest (or does that work?), but let's merge it as a hotfix.

@lnicola lnicola added this pull request to the merge queue Jan 7, 2025
Merged via the queue into rust-lang:master with commit cd12ef8 Jan 7, 2025
9 checks passed
@ChayimFriedman2 ChayimFriedman2 deleted the no-completion branch January 7, 2025 07:10
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.

Auto Completion/Suggestion Within Proc Macros Broken Since Version 2024-12-23 (0.3.2228)
3 participants