mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
Merge pull request #18420 from ChayimFriedman2/cfg-true-false
feat: Support `cfg(true)` and `cfg(false)`
This commit is contained in:
commit
cf8f950baa
10 changed files with 87 additions and 6 deletions
|
@ -663,6 +663,7 @@ mod cfg {
|
|||
ba dbg
|
||||
ba opt_level
|
||||
ba test
|
||||
ba true
|
||||
"#]],
|
||||
);
|
||||
check(
|
||||
|
@ -674,6 +675,7 @@ mod cfg {
|
|||
ba dbg
|
||||
ba opt_level
|
||||
ba test
|
||||
ba true
|
||||
"#]],
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue