rust-analyzer/crates/hir_def
bors[bot] c69f6f31d1
Merge #8266
8266: Fix generic arguments being incorrectly offset in qualified trait casts r=flodiebold a=Veykril

We reverse the segments and generic args of the lowered path after building it, this wasn't accounted for when inserting the self parameter in `Type as Trait` segments.

Fixes #5886

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2021-03-31 09:52:47 +00:00
..
src Merge #8266 2021-03-31 09:52:47 +00:00
Cargo.toml Enable thread-local coverage marks 2021-03-15 16:02:50 +02:00