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
*[#10018] Don't show unstable stdlib items in completion list when using stable or beta Rust compiler
14
+
*[#10103] Take into account attribute procedural macros applied for an impl or trait member.
15
+
Note that attribute procedural macros expansion is disabled by default for now.
16
+
To turn it on, enable `org.rust.macros.proc.attr`[experimental feature](https://plugins.jetbrains.com/plugin/8182-rust/docs/rust-faq.html#experimental-features)
17
17
18
-
*[#9864] Show type hints inside macro calls
18
+
*[#10120] Support [underscore expression](https://doc.rust-lang.org/reference/expressions/underscore-expr.html)
*[#10095] Skip expansion of cfg-disabled macro calls inside functions
24
+
*[#10095] Skip expansion of `cfg`-disabled macro calls inside functions
23
25
24
26
## Fixes
25
27
26
-
*[#10139] Fix handling of attribute macro `tokio::test` in some cases
28
+
*[#10105] Fix the icon for abstract functions in the [New UI](https://www.jetbrains.com/help/idea/new-ui.html)
27
29
28
-
*[#10105] Fix the icon for abstract functions in new UI
30
+
*[#10018] Don't show unstable stdlib items in completion list while using stable or beta Rust compiler
29
31
30
-
*[#10103] Take into account attribute procedural macros applied for an impl or trait member. Note that attribute procedural macros expansion is disabled by default
32
+
*[#10139] Fix handling of attribute macro `tokio::test` in some cases
31
33
32
-
*[#10071] Don't complete built-in attributes for qualified path
34
+
*[#10071] Don't complete built-in attributes for qualified paths
33
35
34
-
*[#9996]RES: fix namespace shadowing for a path in a type argument position
36
+
*[#9996]Fix namespace shadowing for a path in a type argument position
35
37
36
38
## Internal Improvements
37
39
38
-
*[#10098] Slightly simplifiy`RsTemplateBuilder` API
40
+
*[#10098] Slightly simplify`RsTemplateBuilder` API
39
41
40
42
Full set of changes can be found [here](https://github.com/intellij-rust/intellij-rust/milestone/98?closed=1)
0 commit comments