Skip to content

Commit fe810b5

Browse files
committed
Changelog #148
1 parent 8fc33ad commit fe810b5

File tree

3 files changed

+26
-6
lines changed

3 files changed

+26
-6
lines changed

generated_config.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ Extra arguments for `cargo check`.
103103
+
104104
--
105105
Extra environment variables that will be set when running `cargo check`.
106+
Extends `#rust-analyzer.cargo.extraEnv#`.
106107
--
107108
[[rust-analyzer.checkOnSave.features]]rust-analyzer.checkOnSave.features (default: `null`)::
108109
+

generated_features.adoc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -356,12 +356,6 @@ Optionally, one can enable additional hints for
356356
* elided lifetimes
357357
* compiler inserted reborrows
358358

359-
|===
360-
| Editor | Action Name
361-
362-
| VS Code | **rust-analyzer: Toggle inlay hints*
363-
|===
364-
365359
image::https://user-images.githubusercontent.com/48062697/113020660-b5f98b80-917a-11eb-8d70-3be3fd558cdd.png[]
366360

367361

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
= Changelog #148
2+
:sectanchors:
3+
:page-layout: post
4+
5+
Commit: commit:73ab709b38b171d561c119f5c6f94af1bf2e4f3b[] +
6+
Release: release:2022-09-26[]
7+
8+
== New Features
9+
10+
* pr:12966[], pr:13269[], pr:13285[], pr:13288[] run inference on enum variant bodies and display values on hover:
11+
+
12+
image::https://user-images.githubusercontent.com/308347/192219254-89c385bc-cd06-435a-bdf7-77976bf9651c.png[]
13+
14+
== Fixes
15+
16+
* pr:13268[] fix operator highlighting tags applying too broadly.
17+
* pr:13289[] use the sysroot proc macro server for `analysis-stats`.
18+
19+
== Internal Improvements
20+
21+
* pr:13262[] (first contribution) remove reference to `Toggle inlay hints`.
22+
* pr:13264[] ensure `TyKind::DynTy` has at least one trait bound.
23+
* pr:13286[] don't run `proc-macro-srv` tests on the rust-analyzer repo.
24+
* pr:13259[] simplify feature representation in `CargoConfig`.
25+
* pr:13260[] simplify `extraEnv` handling.

0 commit comments

Comments
 (0)