Changelog #293
Commit: 0ac6559
Release: 2025-07-07
(v0.3.2527
)
Fixes
-
#20151
only remove keyword prefixes (macro@
ormacro
) from links in the docs if the target is inferred. -
#20158
don’t warn about the proc macro server when the sysroot is missing. -
#20160
reduce diagnostic range formacro_calls!
. -
#20120
fix value resolution inmatch
patterns. -
#20161
fix closure capture analysis forlet
expressions. -
#20167
improve#[derive(Default)]
expansion. -
#20031
respect length limit and improve adjustment hint tooltips. -
#20179
handle divergence in destructuring assignments. -
#20159
always couple--compile-time-deps
with--all-targets
. -
#20170
improve flycheck and build script progress reporting. -
#20112
add workaround for missingDelimiter::None
support to built-in macros. -
#20126
improve panic message on discover command spawning errors. -
#20148
honorrust-analyzer.cargo.noDeps
option when fetching sysroot metadata.
Internal Improvements
-
#20175
(first contribution) remove special handling for box patterns inmatch_check
. -
#20124
remove last use ofrustc_pattern_analysis::Captures
. -
#20156
restructure proc macro loading errors. -
#20157
re-enable fixpoint iteration for variance computation. -
#20184
remove dead field fromInferenceContext
. -
#20169
skip unnecessaryBodySourceMap
'seq
. -
#20134
,#20135
,#20136
,#20137
,#20165
migratereplace_is_method_with_if_let_method
,promote_local_to_const
,toggle_macro_delimiter
,wrap_unwrap_cfg_attr
andunmerge_match_arm
assists toSyntaxEditor
. -
#20132
addAsMut
,Borrow
andBorrowMut
tominicore
. -
#20144
addload_workspace_into_db
version ofload_workspace
. -
#19923
bumpsalsa
.