Changelog #104
Commit: 183ef04
Release: 2021-11-22
Sponsors
Become a sponsor: On OpenCollective or GitHub Sponsors.
Fixes
-
#10773Reimplement mapping out of test/bench attributes for runnables -
#10734Add generic parameters in "convert to manual impl" assist -
#10776Remove validation ofsuperin use paths -
#10799Fix proc macro ABI version checks -
#10794Parse range patterns inside tuple patterns -
#10795Fix crash in doc path resolution -
#10804Diagnose usingderiveon non-adt items -
#10806Make inlay param hint hiding heurstic case unsensitive -
#10807Diagnose invalid derive attribute input -
#10808Really show custom check-command -
#10821Wrapinline_callandinline_into_callersif it inlines into the left side of a binary expression -
#10805Dedupe or merge hover actions -
#10817Omit redundant{unnamed}where clauses on hover
Internal Improvements
-
#10777Allow disabling perf counters access viaRA_DISABLE_PERF -
#10778Skip test/bench attr expansion in resolution instead of collection -
#10781Do not use reference search inrunnables::related_tests -
#10789Check for derive attributes by item path, notderiveidentifier -
#10819Replace someVecoccurrences withBox