2023-03-18 19:18:51 +04:00
|
|
|
// 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
|
2025-04-08 15:17:08 +02:00
|
|
|
//@ compile-flags: --extern inner_crate_doc
|
|
|
|
//@ edition: 2018
|
2023-03-18 19:18:51 +04:00
|
|
|
|
|
|
|
/// Import doc comment [inner_crate_doc]
|
|
|
|
#[doc(inline)]
|
|
|
|
pub use inner_crate_doc;
|