mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
dd13d6fd1a
Fix ICE in resolving associated items as non-bindings Fixes #135614 so that imported associated functions of traits can be shadowed by local bindings and associated constants of traits can be used in patterns.