Changelog #344
Commit: 9074e9b
Release: 2026-09-07 (v0.3.3041)
Performance Improvements
-
#23190don’t lower the signature again in inference, fetch it from other queries instead.
Fixes
-
#23297(first contribution) follow symlinks when scanning the sysroot for proc macro dylibs. -
#23279fix printing of float bit patterns on hover. -
#23249acceptSelfas non-leading path segment in attribute paths. -
#23246allow inner attributes on blocks in tuple expressions. -
#22662avoid type unification errors in term search. -
#23163fix parsing ofself::in function param list. -
#23270fix handling of#[unsafe()]attributes without inner meta.