File tree Expand file tree Collapse file tree 3 files changed +31
-3
lines changed Expand file tree Collapse file tree 3 files changed +31
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "asciidoc.antora.enableAntoraSupport" : false
3
2
}
Original file line number Diff line number Diff line change @@ -529,10 +529,15 @@ How to render the offset information in a memory layout hover.
529
529
--
530
530
How to render the size information in a memory layout hover.
531
531
--
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 ` )::
533
533
+
534
534
--
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.
536
541
--
537
542
[[rust-analyzer.hover.show.traitAssocItems]]rust-analyzer.hover.show.traitAssocItems (default: `null` )::
538
543
+
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments