mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-01 20:31:59 +00:00
Apply cfg.setTest to json projects
This commit is contained in:
parent
c661e5e14e
commit
a297d438bc
5 changed files with 50 additions and 44 deletions
|
|
@ -420,6 +420,7 @@
|
|||
"group1_other_cfg=other_config",
|
||||
"group2_cfg=yet_another_config",
|
||||
"rust_analyzer",
|
||||
"test",
|
||||
"true",
|
||||
],
|
||||
),
|
||||
|
|
@ -496,6 +497,7 @@
|
|||
"group2_cfg=fourth_config",
|
||||
"group2_cfg=yet_another_config",
|
||||
"rust_analyzer",
|
||||
"test",
|
||||
"true",
|
||||
"unrelated_cfg",
|
||||
],
|
||||
|
|
|
|||
|
|
@ -417,6 +417,7 @@
|
|||
cfg_options: CfgOptions(
|
||||
[
|
||||
"rust_analyzer",
|
||||
"test",
|
||||
"true",
|
||||
],
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue