Skip to content

Commit 8f7538f

Browse files
committed
Changelog 183
1 parent c521733 commit 8f7538f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

_posts/2023-02-27-changelog-189.markdown

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,35 +7,35 @@ date: 2023-02-27 13:00:00 +0300
77

88
## New Features
99

10-
* [#10120] Support underscore expression
10+
* [#9864] Show type hints inside macro calls
1111

12-
* [#10118] * Add support for E0571
13-
Error code reference: https://doc.rust-lang.org/error_codes/E0571.html
14-
Compiler implementation: https://github.com/rust-lang/rust/blob/master/compiler/rustc_passes/src/loops.rs#L132 (by [@kuksag])
12+
TODO: screenshot?
1513

16-
* [#10018] Don't show unstable stdlib items in completion list when using stable or beta Rust compiler
14+
* [#10120] Support [underscore expression](https://doc.rust-lang.org/reference/expressions/underscore-expr.html)
1715

18-
* [#9864] Show type hints inside macro calls
16+
* [#10118] Detect [E0571](https://doc.rust-lang.org/error_codes/E0571.html) compiler error (by [@kuksag])
1917

2018
## Performance Improvements
2119

22-
* [#10095] Skip expansion of cfg-disabled macro calls inside functions
20+
* [#10095] Skip expansion of `cfg`-disabled macro calls inside functions
2321

2422
## Fixes
2523

26-
* [#10139] Fix handling of attribute macro `tokio::test` in some cases
27-
28-
* [#10105] Fix the icon for abstract functions in new UI
24+
* [#10105] Fix the icon for abstract functions in the [New UI](https://www.jetbrains.com/help/idea/new-ui.html)
2925

3026
* [#10103] Take into account attribute procedural macros applied for an impl or trait member. Note that attribute procedural macros expansion is disabled by default
3127

32-
* [#10071] Don't complete built-in attributes for qualified path
28+
* [#10018] Don't show unstable stdlib items in completion list while using stable or beta Rust compiler
29+
30+
* [#10139] Fix handling of attribute macro `tokio::test` in some cases
31+
32+
* [#10071] Don't complete built-in attributes for qualified paths
3333

34-
* [#9996] RES: fix namespace shadowing for a path in a type argument position
34+
* [#9996] Fix namespace shadowing for a path in a type argument position
3535

3636
## Internal Improvements
3737

38-
* [#10098] Slightly simplifiy `RsTemplateBuilder` API
38+
* [#10098] Slightly simplify `RsTemplateBuilder` API
3939

4040
Full set of changes can be found [here](https://github.com/intellij-rust/intellij-rust/milestone/98?closed=1)
4141

0 commit comments

Comments
 (0)