@@ -94,10 +94,10 @@ avoid checking unnecessary things.
94
94
--
95
95
Default:
96
96
----
97
- {
98
- "miri": null ,
99
- "debug_assertions": null
100
- }
97
+ [
98
+ "debug_assertion" ,
99
+ "miri"
100
+ ]
101
101
----
102
102
List of cfg options to enable with the given values.
103
103
@@ -135,12 +135,6 @@ Unsetting this disables sysroot loading.
135
135
136
136
This option does not take effect until rust-analyzer is restarted.
137
137
--
138
- [[rust-analyzer.cargo.sysrootQueryMetadata]]rust-analyzer.cargo.sysrootQueryMetadata (default: `"cargo_metadata"` )::
139
- +
140
- --
141
- How to query metadata for the sysroot crate. Using cargo metadata allows rust-analyzer
142
- to analyze third-party dependencies of the standard libraries.
143
- --
144
138
[[rust-analyzer.cargo.sysrootSrc]]rust-analyzer.cargo.sysrootSrc (default: `null` )::
145
139
+
146
140
--
@@ -152,7 +146,7 @@ This option does not take effect until rust-analyzer is restarted.
152
146
[[rust-analyzer.cargo.target]]rust-analyzer.cargo.target (default: `null` )::
153
147
+
154
148
--
155
- Compilation target override (target triple ).
149
+ Compilation target override (target tuple ).
156
150
--
157
151
[[rust-analyzer.cargo.targetDir]]rust-analyzer.cargo.targetDir (default: `null` )::
158
152
+
@@ -722,6 +716,11 @@ Whether to show generic type parameter name inlay hints.
722
716
--
723
717
Whether to show implicit drop hints.
724
718
--
719
+ [[rust-analyzer.inlayHints.implicitSizedBoundHints.enable]]rust-analyzer.inlayHints.implicitSizedBoundHints.enable (default: `false` )::
720
+ +
721
+ --
722
+ Whether to show inlay hints for the implied type parameter `Sized` bound.
723
+ --
725
724
[[rust-analyzer.inlayHints.lifetimeElisionHints.enable]]rust-analyzer.inlayHints.lifetimeElisionHints.enable (default: `"never"` )::
726
725
+
727
726
--
@@ -1057,6 +1056,13 @@ Show documentation.
1057
1056
--
1058
1057
Specify the characters to exclude from triggering typing assists. The default trigger characters are `.` , `=` , `<` , `>` , `{` , and `(` .
1059
1058
--
1059
+ [[rust-analyzer.vfs.extraIncludes]]rust-analyzer.vfs.extraIncludes (default: `[]` )::
1060
+ +
1061
+ --
1062
+ Additional paths to include in the VFS. Generally for code that is
1063
+ generated or otherwise managed by a build system outside of Cargo,
1064
+ though Cargo might be the eventual consumer.
1065
+ --
1060
1066
[[rust-analyzer.workspace.discoverConfig]]rust-analyzer.workspace.discoverConfig (default: `null` )::
1061
1067
+
1062
1068
--
0 commit comments