Skip to content

Commit 0163100

Browse files
committed
Changelog #212
1 parent 955e97b commit 0163100

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

generated_features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ image::https://user-images.githubusercontent.com/48062697/113020658-b5f98b80-917
341341

342342

343343
=== 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]
345345

346346
rust-analyzer shows additional information inline with the source code.
347347
Editors usually render this using read-only virtual text snippets interspersed with code.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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.

0 commit comments

Comments
 (0)