Unnamed repository; edit this file 'description' to name the repository.
Rollup merge of #153136 - GuillaumeGomez:reexport-doc-alias, r=lolbinarycat
Correctly handle `#[doc(alias = "...")]` attribute on inlined reexports
Fixes rust-lang/rust#152939.
During the doc attributing migration to the new API, this information got lost. At least now we have a test for it. :)
r? @lolbinarycat