Changelog #273
Commit: 84b6936
Release: 2025-02-17
(v0.3.2308
)
Fixes
-
#19088
(first contribution) fix resolution with modules that shadow built-in types. -
#19117
,#19144
(first contribution) don’t emit implicit drop inlay hints in macro calls. -
#19137
(first contribution) highlightextern crate
in doc comments. -
#19156
(first contribution) mark~/.cargo/git/checkouts
as read-only. -
#19129
fix postfix completions in macro calls. -
#19148
,#19160
improve error recovery when calling a field or associated function. -
#19125
censor#[cfg_attr]
for attribute macros. -
#19124
fix off-by-one error in range formatting. -
#18998
makerust-analyzer.files.excludeDirs
actually work. -
#19111
apply adjustments to proper expression inCoerceMany
. -
#19109
do not show safety hints for extern items lacking semantics. -
#18928
handle character boundaries in import search. -
#18995
lower range pattern bounds to expressions. -
#19143
propagate error types in MIR type projections.
Internal Improvements
-
#19110
(first contribution)panic_context
. -
#19142
spawn toolchain querying processes in parallel. -
#19155
migrateadd_missing_match_arms
toSyntaxFactory
. -
#19163
stabilize sort order ofrelated_tests
. -
#19159
setRUSTUP_TOOLCHAIN
when loading sysroot workspace. -
#19150
applycfg.setTest
torust-project.json
.