File tree 1 file changed +35
-0
lines changed
1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : post
3
+ title : " IntelliJ Rust Changelog #190"
4
+ date : 2023-03-13 13:00:00 +0300
5
+ ---
6
+
7
+
8
+ ## New Features
9
+
10
+ * [ #10171 ] Add support for [ E0224] ( https://doc.rust-lang.org/error_codes/E0224.html ) error (by [ @konrad-sz ] )
11
+
12
+ * [ #10037 ] Provide error highlighting in attribute macros. Note that attribute macro expansion is not enabled by default
13
+
14
+ ## Fixes
15
+
16
+ * [ #10191 ] Don't leak Rust project settings panel
17
+
18
+ * [ #10124 ] Fix parsing command line arguments
19
+
20
+ ## Internal Improvements
21
+
22
+ * [ #10134 ] Introduce ` PsiInsertionPlace ` , use it in intentions, clean up intentions
23
+
24
+ * [ #8740 ] Setup [ Qodana] ( https://www.jetbrains.com/qodana/ ) checks on CI
25
+
26
+ Full set of changes can be found [ here] ( https://github.com/intellij-rust/intellij-rust/milestone/99?closed=1 )
27
+
28
+ [ @konrad-sz ] : https://github.com/konrad-sz
29
+
30
+ [ #8740 ] : https://github.com/intellij-rust/intellij-rust/pull/8740
31
+ [ #10037 ] : https://github.com/intellij-rust/intellij-rust/pull/10037
32
+ [ #10124 ] : https://github.com/intellij-rust/intellij-rust/pull/10124
33
+ [ #10134 ] : https://github.com/intellij-rust/intellij-rust/pull/10134
34
+ [ #10171 ] : https://github.com/intellij-rust/intellij-rust/pull/10171
35
+ [ #10191 ] : https://github.com/intellij-rust/intellij-rust/pull/10191
You can’t perform that action at this time.
0 commit comments