Changelog #300
Commit: bacc5bb
Release: 2025-11-03 (TBD)
Fixes
-
#20921avoid callingspecializes()query on crates that do not define#![feature(specialization)]. -
#20920resolvetarget-dirmore precisely. -
#20369change method to associated function calls when renamingself. -
#20931show proper async function signatures in the signature help. -
#20930fix handling of nested block modules. -
#20919consider all matches for flyimport even when searched with a qualifier. -
#20942fix false positive syntax errors on frontmatters. -
#20934improve error recovery with malformed function return types. -
#20915offerreplace_is_method_with_if_let_methodinwhileexpression.