Skip to content

Commit 30fc908

Browse files
bravitdima74
authored andcommitted
Mention blog post about macros
1 parent 9f73dad commit 30fc908

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_posts/2022-12-05-changelog-184.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ date: 2022-12-05 13:00:00 +0300
1111

1212
<img src="/assets/posts/changelog-184/derive_proc_macro.png" width="700px"/>
1313

14-
Note that [attribute](https://doc.rust-lang.org/reference/procedural-macros.html#attribute-macros) procedural macro expansion is still 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)
14+
Note that [attribute](https://doc.rust-lang.org/reference/procedural-macros.html#attribute-macros) procedural macro expansion is still 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).
15+
16+
Read more about macros and how they are supported in Rust plugin in the [corresponding blog post](https://blog.jetbrains.com/rust/2022/12/05/what-every-rust-developer-should-know-about-macro-support-in-ides/)
1517

1618
## New Features
1719

0 commit comments

Comments
 (0)