File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ image::https://user-images.githubusercontent.com/48062697/113020651-b42fc800-917
205
205
206
206
207
207
=== File Structure
208
- **Source:** https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide/src/file_structure.rs#L25 [file_structure.rs]
208
+ **Source:** https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide/src/file_structure.rs#L26 [file_structure.rs]
209
209
210
210
Provides a tree of the symbols defined in the file. Can be used to
211
211
Original file line number Diff line number Diff line change
1
+ = Changelog #259
2
+ :sectanchors:
3
+ :experimental:
4
+ :page-layout: post
5
+
6
+ Commit: commit:30e71b609b493897ed81f4fec95eb75d903820c9[] +
7
+ Release: release:2024-11-11[] (`v0.3.2180` )
8
+
9
+ == New Features
10
+
11
+ * pr:18473[] include `extern` blocks and macros in file outline.
12
+
13
+ == Fixes
14
+
15
+ * pr:18475[] support new `#[rustc_intrinsic]` attribute and fallback bodies.
16
+
17
+ == Internal Improvements
18
+
19
+ * pr:18493[] (first contribution) update supported debug engines in configuration.
20
+ * pr:18486[] change minimum VS Code version from 1.78 to 1.83.
You can’t perform that action at this time.
0 commit comments