Skip to content

Commit d9ee9ff

Browse files
committed
Changelog #262
1 parent f9c25a1 commit d9ee9ff

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

generated_config.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,12 @@ Unsetting this disables sysroot loading.
135135

136136
This option does not take effect until rust-analyzer is restarted.
137137
--
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+
--
138144
[[rust-analyzer.cargo.sysrootSrc]]rust-analyzer.cargo.sysrootSrc (default: `null`)::
139145
+
140146
--
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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`.

0 commit comments

Comments
 (0)