Changelog #288
Commit: 2a388d1
Release: 2025-06-02
(v0.3.2482
)
Fixes
-
#19879
fix IDE layer not resolving some macro calls. -
#19880
handle included files better at the IDE layer. -
#19872
fix inference ofAsyncFn
return types. -
#19864
properly implementmight_be_inside_macro_call
using semantic information instead of syntactical hacks. -
#19851
normalize when checking for uninhabited types for pattern exhaustiveness checks. -
#19875
skip pattern analysis on type mismatches. -
#19899
account for "Generate" actions when filtering the allowed ones. -
#19785
,#19792
keep indent ingenerate_new
andgenerate_mut_trait
. -
#19900
generate diagnostics docs for the manual.
Internal Improvements
-
#19877
(first contribution) remove support forconcat_idents!
. -
#19861
(first contribution) add documentation forfind_all_refs
constructor search. -
#19896
restructure some semantics APIs for virtual macro files. -
#19898
remove unncessary duplication inhighlight_related
. -
#19888
recognize salsa cycles inthread_result_to_response
. -
#19850
add support for type-erasedSemantics<'db, dyn HirDatabase>
.