Skip to content

fix: complete cfg value in string - #23395

Open
A4-Tacks wants to merge 1 commit into
rust-lang:masterfrom
A4-Tacks:cfg-kv-in-string
Open

A4-Tacks wants to merge 1 commit into
rust-lang:masterfrom
A4-Tacks:cfg-kv-in-string

Conversation

@A4-Tacks

Copy link
Copy Markdown
Member

Example

#[cfg(target_endian = "b$0")]

Before this PR

No any completions

After this PR

#[cfg(target_endian = "big")]

Example
---
```rust
#[cfg(target_endian = "b$0")]
```

**Before this PR**

No any completions

**After this PR**

```rust
#[cfg(target_endian = "big")]
```
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 19, 2026
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.

2 participants