blob: 0df4a614eed56a0ff8cb74e0f1b11a45c54aa11f [file] [log] [blame] [edit]
// exact-check
// This test ensures that inlined reexport items keep the `#[doc(alias = "...")]`
// information.
// This is a regression test for <https://github.com/rust-lang/rust/issues/152939>.
const EXPECTED = {
'query': 'answer',
'others': [
{ 'path': 'foo', 'name': 'number', 'is_alias': true },
],
};