File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ image::https://user-images.githubusercontent.com/48062697/113020658-b5f98b80-917
340
340
341
341
342
342
=== Inlay Hints
343
- **Source:** https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide/src/inlay_hints.rs#L172 [inlay_hints.rs]
343
+ **Source:** https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide/src/inlay_hints.rs#L173 [inlay_hints.rs]
344
344
345
345
rust-analyzer shows additional information inline with the source code.
346
346
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 #160
2
+ :sectanchors:
3
+ :experimental:
4
+ :page-layout: post
5
+
6
+ Commit: commit:9ed1829f1fb61695c21474361ec23b9976793b73[] +
7
+ Release: release:2022-12-19[]
8
+
9
+ == New Features
10
+
11
+ * pr:13785[] add a command for manually running flycheck (`Run flycheck`).
12
+ * pr:13792[] add a command to clear flycheck diagnostics (`Clear flycheck diagnostics`).
13
+ * pr:13769[] parse half-open `..=X` patterns.
14
+
15
+ == Fixes
16
+
17
+ * pr:13732[] (first contribution) add fallback case to generated `PartialEq` impl.
18
+ * pr:13726[] allow "Unwrap block" in `let` initializers.
19
+ * pr:13762[] fix parsing of `_ = x` in closure body.
20
+ * pr:13715[] fix snippet completions on numeric literals.
21
+ * pr:13746[] keep comments in "Extract function".
22
+ * pr:13774[] resolve all inference variables in `InferenceResult::assoc_resolutions`.
23
+ * pr:13777[] parse `if` correctly after a half-open range in `match`.
24
+ * pr:13783[], pr:13784[] add parentheses to binding mode hints when they attach to an Or-pattern.
25
+ * pr:13766[] fix config patching logic for `addCallParenthesis`.
You can’t perform that action at this time.
0 commit comments