mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
996f06fe35
cstore: return an immutable borrow from `visible_parent_map` This prevents an ICE when `visible_parent_map` is called multiple times, for example when an item referenced in an impl signature is imported from an `extern crate` statement occurs within an impl. Fixes #41053. r? @eddyb