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
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)
29
25
30
26
*[#10103] Take into account attribute procedural macros applied for an impl or trait member. Note that attribute procedural macros expansion is disabled by default
31
27
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
33
33
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
35
35
36
36
## Internal Improvements
37
37
38
-
*[#10098] Slightly simplifiy`RsTemplateBuilder` API
38
+
*[#10098] Slightly simplify`RsTemplateBuilder` API
39
39
40
40
Full set of changes can be found [here](https://github.com/intellij-rust/intellij-rust/milestone/98?closed=1)
0 commit comments