You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manual.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -280,12 +280,12 @@ Also see the https://emacs-lsp.github.io/lsp-mode/page/lsp-rust-analyzer/[rust-a
280
280
281
281
Note the excellent https://robert.kra.hn/posts/2021-02-07_rust-with-emacs/[guide] from https://github.com/rksm[@rksm] on how to set-up Emacs for Rust development with LSP mode and several other packages.
282
282
283
-
=== Vim/NeoVim
283
+
=== Vim/Neovim
284
284
285
285
Prerequisites: You have installed the <<rust-analyzer-language-server-binary,`rust-analyzer` binary>>.
286
286
Not needed if the extension can install/update it on its own, coc-rust-analyzer is one example.
287
287
288
-
There are several LSP client implementations for vim or neovim:
288
+
There are several LSP client implementations for Vim or Neovim:
289
289
290
290
==== coc-rust-analyzer
291
291
@@ -308,7 +308,7 @@ Note: for code actions, use `coc-codeaction-cursor` and `coc-codeaction-selected
image::https://user-images.githubusercontent.com/20956650/242857423-22114959-caa6-45ec-a154-b4b2f458f6b1.gif["Screen recording showing the assist generating code that delegates a trait implementation to a field."]
14
+
* pr:15116[] remove Markdown injection grammar.
15
+
16
+
== Fixes
17
+
18
+
* pr:15105[] (first contribution) fix display of negative integers.
19
+
* pr:15074[] fix inlining of async functions.
20
+
* pr:15112[] support manual implementation of `Fn` traits in the MIR interpreter.
21
+
* pr:15119[] support more intrinsics in the MIR interpreter.
22
+
* pr:15135[] fix some unsizing problems in MIR.
23
+
* pr:15085[] include project path in workspace loading errors.
24
+
* pr:15104[] skip mutability diagnostics on synthetic bindings.
25
+
26
+
== Internal Improvements
27
+
28
+
* pr:15093[] use `ArgumentV1` instead of `Argument`.
0 commit comments