about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-28927.rs
blob: 7b535f33bf7e3a6383632c1805fa2b46ae9a56ee (plain)
1
2
3
4
5
6
// aux-build:issue-28927-2.rs
// aux-build:issue-28927-1.rs
// ignore-cross-compile

extern crate issue_28927_1 as inner1;
pub use inner1 as foo;