8000 feat: add `all`, `any` and `not` completions in `#[cfg]` by A4-Tacks · Pull Request #20760 · rust-lang/rust-analyzer · GitHub
[go: up one dir, main page]

Skip to content

Conversation

A4-Tacks
Copy link
Contributor

Example

#[cfg($0)] -> #[cfg(any($0))]

Example
---
`#[cfg($0)]` -> `#[cfg(any($0))]`
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 28, 2025
Copy link
Member
@ShoyuVanilla ShoyuVanilla left a comment

Choose a reason for hiding this comment

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

Thanks!

@ShoyuVanilla ShoyuVanilla added this pull request to the merge queue Sep 29, 2025
Merged via the queue into rust-lang:master with commit 062ac7a Sep 29, 2025
15 checks passed
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 29, 2025
@A4-Tacks A4-Tacks deleted the all-any-not-attr-comp branch September 29, 2025 14:48
@lnicola lnicola changed the title Add all any and not attribute completions feat: add all, any and not completions in #[cfg] Sep 30, 2025
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
0