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