summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-ui/intra-doc/pointer-reexports-allowed.rs
blob: 8654a8e1bd2b42c622ae5f02e553f58edd0a92b7 (plain)
1
2
3
4
// aux-build:pointer-reexports-allowed.rs
// check-pass
extern crate inner;
pub use inner::foo;