Skip to content

Commit f04501a

Browse files
intellij-rust-botdima74
authored andcommitted
Changelog 166
1 parent 72f1870 commit f04501a

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
layout: post
3+
title: "IntelliJ Rust Changelog #166"
4+
date: 2022-02-28 10:00:00 +0300
5+
---
6+
7+
8+
## New Features
9+
10+
* [#8446] Detect [E0049](https://doc.rust-lang.org/error-index.html#E0049) (Implementation has wrong number of type or const parameters)
11+
12+
<img src="/assets/posts/changelog-166/wrong_number_arguments.png" width="700px"/>
13+
14+
## Fixes
15+
16+
* [#8531] Take into account type arguments/parameters ordering and const generics in some intentions/fixes
17+
18+
* [#8524] Use `Self` when generating constructor in the `Generate Constructor` refactoring action (by [@Kobzol])
19+
20+
* [#8538] Update bundled spellchecker dictionary. It should fix some spellchecker false positive warnings, for example, for identifiers with `addr` word
21+
22+
* [#8532] Hide unneeded stacktrace filtering button in debugger in 2022.1 (by [@kishmakov])
23+
24+
Full set of changes can be found [here](https://github.com/intellij-rust/intellij-rust/milestone/74?closed=1)
25+
26+
[@Kobzol]: https://github.com/Kobzol
27+
[@kishmakov]: https://github.com/kishmakov
28+
29+
[#8446]: https://github.com/intellij-rust/intellij-rust/pull/8446
30+
[#8524]: https://github.com/intellij-rust/intellij-rust/pull/8524
31+
[#8531]: https://github.com/intellij-rust/intellij-rust/pull/8531
32+
[#8532]: https://github.com/intellij-rust/intellij-rust/pull/8532
33+
[#8538]: https://github.com/intellij-rust/intellij-rust/pull/8538
53.9 KB
Loading

0 commit comments

Comments
 (0)