Skip to content

Commit 053ed6c

Browse files
committed
Add another flycheck hotfix
1 parent 6381bf9 commit 053ed6c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

thisweek/_posts/2025-08-11-changelog-298.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:page-layout: post
55

66
Commit: commit:4e147e787987fdb1baf081bd5c60bedfb0aabe16[] +
7-
Release: release:2025-08-11[] (`v0.3.2575`)
7+
Release: release:2025-08-11[] (`v0.3.2577`)
88

99
== An Update on the Next Trait Solver
1010

@@ -15,6 +15,10 @@ This will also let us enable more on-the-fly diagnostics (currently marked as ex
1515
However, in order to avoid regressions, we will suspend the weekly releases until the new solver is stabilized.
1616
In the meanwhile, please test the pre-release versions (nightlies) and report any issues or improvements you notice, either on https://github.com/rust-lang/rust-analyzer/issues[GitHub Issues], https://github.com/rust-lang/rust-analyzer/discussions/20426[GitHub Discussions], or https://rust-lang.zulipchat.com/#narrow/channel/185405-t-compiler.2Frust-analyzer/topic/New.20Trait.20Solver.20feedback[Zulip].
1717

18+
== New Features
19+
20+
* pr:20420[] (first contribution) add config option to exclude locals from document symbol search.
21+
1822
== Fixes
1923

2024
* pr:20381[] check expected type for assignments in completions.
@@ -28,7 +32,7 @@ In the meanwhile, please test the pre-release versions (nightlies) and report an
2832
== Internal Improvements
2933

3034
* pr:20417[] (first contribution) fix parsing of trait bound polarity and `for`-binders.
31-
* pr:20419[], pr:20429[] make flycheck generational.
35+
* pr:20419[], pr:20429[], pr:20434[] make flycheck generational.
3236
* pr:20385[] migrate `expand_glob_import` assist to `SyntaxEditor`.
3337
* pr:20373[] generate an `ast::Module`, not `String`, in `extract_module`.
3438
* pr:20383[] remove `ted` from `replace_named_generic_with_impl`.

0 commit comments

Comments
 (0)