Skip to content

Commit 15cc73c

Browse files
authored
Merge pull request #177 from intellij-rust/release-190
Changelog 190
2 parents 06bca4a + 7fa331d commit 15cc73c

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed
+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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+
* [#10037] Now the plugin detects and highlights errors in attribute macros. Note that [attribute](https://doc.rust-lang.org/reference/procedural-macros.html#attribute-macros) procedural macro expansion is disabled by default. If you want to try out, enable `org.rust.macros.proc.attr` [experimental feature](https://plugins.jetbrains.com/plugin/8182-rust/docs/rust-faq.html#experimental-features).
11+
12+
<img src="/assets/posts/changelog-190/macro-error-highlighting.png" width="350px"/>
13+
14+
* [#10171] Detect `A trait object was declared with no traits` [E0224](https://doc.rust-lang.org/error_codes/E0224.html) error
15+
16+
<img src="/assets/posts/changelog-190/E0224.png" width="700px"/>
17+
18+
## Fixes
19+
20+
* [#10191] Fix memory leak after opening Rust project settings
21+
22+
* [#10124] Fix parsing `cargo` command line arguments in Run configurations
23+
24+
## Internal Improvements
25+
26+
* [#8740] Setup [Qodana](https://www.jetbrains.com/qodana/) checks on CI
27+
28+
* [#10134] Introduce `PsiInsertionPlace`, use it in intentions, clean up intentions
29+
30+
Full set of changes can be found [here](https://github.com/intellij-rust/intellij-rust/milestone/99?closed=1)
31+
32+
[#8740]: https://github.com/intellij-rust/intellij-rust/pull/8740
33+
[#10037]: https://github.com/intellij-rust/intellij-rust/pull/10037
34+
[#10124]: https://github.com/intellij-rust/intellij-rust/pull/10124
35+
[#10134]: https://github.com/intellij-rust/intellij-rust/pull/10134
36+
[#10171]: https://github.com/intellij-rust/intellij-rust/pull/10171
37+
[#10191]: https://github.com/intellij-rust/intellij-rust/pull/10191

assets/posts/changelog-190/E0224.png

16 KB
Loading
Loading

0 commit comments

Comments
 (0)