Skip to content

Commit 52f0bfb

Browse files
committed
WIP: Changelog 182 (add gifs and images)
1 parent e0df625 commit 52f0bfb

6 files changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,17 @@ date: 2022-11-07 13:00:00 +0300
1010
* [#8755] Support `let_chains` (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])
13-
TODO: gif
13+
14+
{% include gif-img.html path="/assets/posts/changelog-182/run_doctest" w="700px" %}
1415

1516
* [#9349] Decorate MSVC type names when rendering values in the debugger on Windows. Now the Rust type names containing MSVC-specific wrappers are rendered properly, e.g. `tuple$<Foo, ref$<Bar>>` is replaced by `(Foo, &Bar)`.
1617
This feature can be disabled via the `Decorate MSVC type names` checkbox in the `File | Settings | Build, Execution, Deployment | Debugger | Data Views | Rust` settings
17-
TODO: image
18+
19+
<img src="/assets/posts/changelog-182/msvc_decorators.png" width="700px"/>
1820

1921
* [#7134] Add a quick-fix to generate missing trait member definitions in trait implementations (by [@Sejsel])
20-
TODO: gif
22+
23+
{% include gif-img.html path="/assets/posts/changelog-182/add_definition_to_trait" w="700px" %}
2124

2225
* Procedural macro support improvements:
2326
* [#9615] Split `org.rust.macros.proc` experimental feature into sub-features:
Loading
Loading
860 KB
Loading
338 KB
Loading
170 KB
Loading

0 commit comments

Comments
 (0)