mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-02 04:48:13 +00:00
Support cfg(true) and cfg(false)
As per RFC 3695.
This commit is contained in:
parent
6a67a4d3cd
commit
074050c242
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