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
*[#10095] Skip expansion of cfg-disabled macro calls inside functions
20
+
*[#10095] Skip expansion of `cfg`-disabled macro calls inside functions
23
21
24
22
## Fixes
25
23
26
-
*[#10139] Fix handling of attribute macro `tokio::test` in some cases
24
+
*[#10105] Fix the icon for abstract functions in the [New UI](https://www.jetbrains.com/help/idea/new-ui.html)
27
25
28
-
*[#10105] Fix the icon for abstract functions in new UI
26
+
*[#10103] Take into account attribute procedural macros applied for an impl or trait member.
27
+
Note that attribute procedural macros expansion is disabled by default for now.
28
+
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)
29
29
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
30
+
*[#10018] Don't show unstable stdlib items in completion list while using stable or beta Rust compiler
31
+
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