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 debug_assertions broken in 1c5a125 #18953

Merged
merged 1 commit into from
Jan 16, 2025
Merged

Conversation

VinTarZ
Copy link
Contributor

@VinTarZ VinTarZ commented Jan 16, 2025

There is a typo (missing s in debug_assertions) introduced in 1c5a125 causing rust-analyzer to incorrectly mark #[cfg(debug_assertions)], #[cfg_attr(debug_assertions, ...] as inactive

I would appretiate vscode marketplace release with this bugfix, thanks

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jan 16, 2025
@alibektas
Copy link
Member

Fixes #18930

@lnicola lnicola enabled auto-merge January 16, 2025 11:28
@lnicola lnicola added this pull request to the merge queue Jan 16, 2025
Merged via the queue into rust-lang:master with commit 1f717b0 Jan 16, 2025
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.

4 participants