mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
ef3d051630
Fix incorrect trait privacy error This PR fixes #21670 by using the crate metadata instead of `ExternalExports` to determine if an external item is public. r? @nikomatsakis