mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
6908c73ab0
Fix missing attribute merge on glob foreign re-exports Fixes https://github.com/rust-lang/rust/issues/113982. The attributes were not merged with the import's in case of glob re-export of foreign items. r? `@notriddle`