mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:20:40 +03:00
3cdd004e55
fix: correct the args for `disambiguate the associated function` diagnostic This is somehow silimar to https://github.com/rust-lang/rust/pull/118502, we shouldn't take receiver as first arg all the cases. close https://github.com/rust-lang/rust/issues/118819