Changelog #269
Commit: 248bd51
Release: 2025-01-20
(v0.3.2273
)
New Features
-
#18917
add dereferencing completions. -
#18927
automatically includeawait
,iter()
andinto_iter()
in completions. -
#18925
render type parameter projection target bounds in inlay hints. -
#18946
,#18950
show "Go to type definition" actions for type bounds in functions. -
#18952
completeraw
andconst
keywords. -
#18939
fliprust-analyzer.typing.excludeChars
to be opt-in, with better defaults.
Fixes
-
#18908
(first contribution) report errors blocks beforeelse
inlet
-else
. -
#18953
(first contribution) fix broken#[cfg(debug_assertions)]
. -
#18933
(first contribution) bump updatenotify
to fix a Windows crash. -
#18944
updatechalk
, to fix trait upcasting. -
#18949
partially back out "fix source root construction for virtual manifests". -
#18929
avoid stack overflow when reaching macro expansion limit. -
#18940
fixSemantics
not always caching file roots correctly. -
#18922
don’t return inlay hints outside requested range. -
#18897
maketest_runner::TestState::stdout
optional to fix parsingcargo test
JSON output. -
#18968
enableunstable-options
forcargo rustc --print
. -
#18937
hide syntax tree view by default.