File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ image::https://user-images.githubusercontent.com/48062697/113020658-b5f98b80-917
341
341
342
342
343
343
=== Inlay Hints
344
- **Source:** https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide/src/inlay_hints.rs#L425 [inlay_hints.rs]
344
+ **Source:** https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide/src/inlay_hints.rs#L430 [inlay_hints.rs]
345
345
346
346
rust-analyzer shows additional information inline with the source code.
347
347
Editors usually render this using read-only virtual text snippets interspersed with code.
Original file line number Diff line number Diff line change
1
+ = Changelog #212
2
+ :sectanchors:
3
+ :experimental:
4
+ :page-layout: post
5
+
6
+ Commit: commit:21b06c1beb9bb59369ffd652f5d617bcf6952e05[] +
7
+ Release: release:2023-12-18[] (`v0.3.1774` )
8
+
9
+ == Fixes
10
+
11
+ * pr:15887[] (first contribution) fix tuple to named struct conversion inside macro calls some more.
12
+ * pr:16106[] fix syntax bridge assigning invalid spans to lifetime tokens.
13
+ * pr:16061[] fix fragment parser on incomplete parses.
14
+ * pr:16130[] remove subtrees with fake spans in syntax fix-up.
15
+ * pr:16131[] fix false positive type mismatch in const reference patterns.
16
+ * pr:16094[] replace `doc_comments_and_attrs` with `collect_attrs`, second round.
17
+ * pr:16089[] query for nearest parent block around the hint to resolve.
18
+
19
+ == Internal Improvements
20
+
21
+ * pr:16099[] improve import asset performance a bit, bump limit, and shorten the paths.
22
+ * pr:16125[] run rust-analyzer on rustc UI tests in metrics.
23
+ * pr:16115[] update built-in attributes.
24
+ * pr:16102[], pr:16104[] publish and bump `line-index`.
25
+ * pr:16123[] remove `ModuleId` from `TypeOwnerId`.
26
+ * pr:16098[] sync from downstream.
You can’t perform that action at this time.
0 commit comments