mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00

This fixes the applicability of the "sort items alphabetically" assist when the selection is inside a `Trait` or `Impl`. It's now tested if the selection is inside or overlaps with an inner node, e.g. associated const or type alias, function.