Changelog #249
Commit: 779d9ee
Release: 2024-09-02
(v0.3.2096
)
New Features
Fixes
-
#17994
fixTokenStream::to_string
implementation dropping quotation marks. -
#17987
fix resolution of shadowed built-in macros. -
#17963
show error lifetime arguments as'_
. -
#17737
sprinkle some sugar on asyncimpl Trait
completions. -
#17970
fix "Unwrap block" for blocks with modifiers. -
#17991
don’t add unnecessary reference in "Extract variable". -
#17973
expand proc macros in workspace, not package root. -
#17993
keep field attributes when converting between tuples and named structs. -
#17982
consider indentation in "Generate impl" and "Generate trait impl". -
#18015
handle attributes in "Flip comma". -
#18003
do not report missing unsafe onaddr_of!(EXTERN_OR_MUT_STATIC)
. -
#18005
don’t suggestfor
loops inimpl T for A
in function bodies. -
#17962
update return type syntax to match compiler. -
#17988
fix incorrect symbol definitions in SCIP output.