Changelog #285
Commit: 2bafe9d
Release: 2025-05-12 (v0.3.2457)
New Features
-
#19740add assist to unwrap a type into its single generic argument.
Fixes
-
#19751(first contribution) supportCARGO_MANIFEST_PATH. -
#19763complete parentheses and method call arguments if the next line starts with a tuple. -
#19742fix incorrect handling of unresolved non-module imports in name resolution. -
#19746fix proc-macro API creating malformed negative literals. -
#19747fixmove_boundsassists with lifetimes. -
#19434support negative numbers inconcat!. -
#19764don’t deref twice in postfix snippets. -
#19738fix panic on<T as Tr>without an associated type. -
#19507fix path resolution in outer doc comments.
Internal Improvements
-
#19721handle parallelism better in cache priming. -
#19707de-Arcdefmap queries. -
#19750remove unnecessary token length check for macros in renaming. -
#19749remove unnecessaryAsAnytrait. -
#19772make diagnostics experimental by default. -
#19748direct users to discussions instead of issues for questions.