Skip to content

Commit 4dccd5b

Browse files
committed
Changelog #259
1 parent dee365b commit 4dccd5b

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

generated_features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ image::https://user-images.githubusercontent.com/48062697/113020651-b42fc800-917
205205

206206

207207
=== 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]
209209

210210
Provides a tree of the symbols defined in the file. Can be used to
211211

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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.

0 commit comments

Comments
 (0)