File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,12 @@ 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
+ --
138
144
[[rust-analyzer.cargo.sysrootSrc]]rust-analyzer.cargo.sysrootSrc (default: `null` )::
139
145
+
140
146
--
Original file line number Diff line number Diff line change
1
+ = Changelog #262
2
+ :sectanchors:
3
+ :experimental:
4
+ :page-layout: post
5
+
6
+ Commit: commit:b65911d5eecfa562532549ef7e70e460eb042e2c[] +
7
+ Release: release:2024-12-02[] (`v0.3.2204` )
8
+
9
+ == Fixes
10
+
11
+ * pr:18511[] re-add `rust-analyzer.cargo.sysrootQueryMetadata`.
12
+ * pr:18559[] fix stack overflow when computing the sizedness of (co-)recursive types.
13
+
14
+ == Internal Improvements
15
+
16
+ * pr:18577[] remove redundant associated type bounds from `dyn TypeFolder`.
You can’t perform that action at this time.
0 commit comments