about summary refs log tree commit diff
path: root/tests/rustdoc-ui/intra-doc/import-inline-merge-module.rs
blob: 636c3c8de42c4101e0e705691838798fea82adf1 (plain)
1
2
3
4
5
6
7
8
9
10
// Test for issue #108501.
// Module parent scope doesn't hijack import's parent scope for the import's doc links.

//@ check-pass
//@ aux-build: inner-crate-doc.rs
//@ compile-flags: --extern inner_crate_doc --edition 2018

/// Import doc comment [inner_crate_doc]
#[doc(inline)]
pub use inner_crate_doc;