mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
c61a3a44d1
resolve: Preserve ambiguous glob reexports in crate metadata So in cross-crate scenarios they can work in the same way as in crate-local scenarios. Change Description: https://github.com/rust-lang/rust/pull/147984#issuecomment-3455514826 Resurrection of https://github.com/rust-lang/rust/pull/114682. One of unblocking steps for https://github.com/rust-lang/rust/pull/145108. Fixes https://github.com/rust-lang/rust/issues/36837.