Skip to content

Commit 757cadb

Browse files
committed
Changelog #231
1 parent fd8ec09 commit 757cadb

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
{
2-
"asciidoc.antora.enableAntoraSupport": false
32
}

generated_config.adoc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,10 +529,15 @@ How to render the offset information in a memory layout hover.
529529
--
530530
How to render the size information in a memory layout hover.
531531
--
532-
[[rust-analyzer.hover.show.structFields]]rust-analyzer.hover.show.structFields (default: `null`)::
532+
[[rust-analyzer.hover.show.enumVariants]]rust-analyzer.hover.show.enumVariants (default: `5`)::
533533
+
534534
--
535-
How many fields of a struct to display when hovering a struct.
535+
How many variants of an enum to display when hovering on. Show none if empty.
536+
--
537+
[[rust-analyzer.hover.show.fields]]rust-analyzer.hover.show.fields (default: `5`)::
538+
+
539+
--
540+
How many fields of a struct, variant or union to display when hovering on. Show none if empty.
536541
--
537542
[[rust-analyzer.hover.show.traitAssocItems]]rust-analyzer.hover.show.traitAssocItems (default: `null`)::
538543
+
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
= Changelog #231
2+
:sectanchors:
3+
:experimental:
4+
:page-layout: post
5+
6+
Commit: commit:f216be4a0746142c5f30835b254871256a7637b8[] +
7+
Release: release:2024-04-29[] (`v0.3.1940`)
8+
9+
== Fixes
10+
11+
* pr:16972[] (first contribution) make `cargo run` always available for binaries.
12+
* pr:17131[] (first contribution) use different codes for "no such field" errors based on variant type.
13+
* pr:17135[] compute expression scopes for inline consts.
14+
* pr:17145[] fix source roots creation on changes.
15+
* pr:17151[] avoid item tree collisions for attributes on generic parameters.
16+
* pr:17153[] fix doc comment desugaring for proc macros.
17+
* pr:17021[] support hovering limits for ADTs.
18+
* pr:17134[] don't render unknown lifetimes in generic arguments.
19+
20+
== Internal Improvements
21+
22+
* pr:17143[] show workspace info in the status bar.
23+
* pr:17102[] add more `tracing` spans to project loading.
24+
* pr:17150[] make sure josh `rustc-pull` doesn't add new root commits.

0 commit comments

Comments
 (0)