Skip to content

Commit 0b90828

Browse files
committed
WIP: Changelog 182 (review fixes 2)
1 parent 52f0bfb commit 0b90828

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

_posts/2022-11-07-changelog-182.markdown

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ date: 2022-11-07 13:00:00 +0300
77

88
## New Features
99

10-
* [#8755] Support `let_chains` (by [@Kobzol])
10+
* [#8755] Support [`let_chains`](https://rust-lang.github.io/rfcs/2497-if-let-chains.html) (by [@Kobzol])
1111

1212
* [#9105] Allow to run a specific [documentation test](https://doc.rust-lang.org/rustdoc/write-documentation/documentation-tests.html) [all the ways](https://plugins.jetbrains.com/plugin/8182-rust/docs/rust-testing.html) you can run a usual test (by [@Kobzol])
1313

@@ -28,7 +28,10 @@ date: 2022-11-07 13:00:00 +0300
2828
- `org.rust.macros.proc.derive` enables [derive] procedural macro expansion
2929
- `org.rust.macros.proc.attr` enables [attribute] procedural macro expansion
3030
- `org.rust.macros.proc` enables all the above
31-
Note, since the procedural macro support is still experimental, these features are disabled by default. You can turn them on via `Help | Find Action | Experimental Features` dialog
31+
32+
It should help us to enable macro support gradually.
33+
34+
Note, since the procedural macro support is still experimental, these features are disabled by default. You can turn them on via `Help | Find Action | Experimental Features` dialog
3235

3336
* [#9628] Enable the expansion of [function-like] procedural macros in the [nightly builds].
3437
For more information, check the [implementation PR](https://github.com/intellij-rust/intellij-rust/pull/6564) and the corresponding [tracking issue](https://github.com/intellij-rust/intellij-rust/issues/6908).
66.1 KB
Loading
99.1 KB
Loading
-28.7 KB
Loading

0 commit comments

Comments
 (0)