We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5a125 commit e9a13abCopy full SHA for e9a13ab
docs/user/generated_config.adoc
@@ -94,10 +94,10 @@ avoid checking unnecessary things.
94
--
95
Default:
96
----
97
-{
98
- "miri": null,
99
- "debug_assertions": null
100
-}
+[
+ "debug_assertion",
+ "miri"
+]
101
102
List of cfg options to enable with the given values.
103
editors/code/package.json
@@ -791,11 +791,14 @@
791
"properties": {
792
"rust-analyzer.cargo.cfgs": {
793
"markdownDescription": "List of cfg options to enable with the given values.",
794
- "default": {
795
796
797
- },
798
- "type": "object"
+ "default": [
+ ],
+ "type": "array",
799
+ "items": {
800
+ "type": "string"
801
+ }
802
}
803
804
},
0 commit comments