about summary refs log tree commit diff
path: root/tests/rustdoc-ui/intra-doc/pointer-reexports-allowed.rs
blob: 567524438cab41da89df7fc710504f6e896cb3b2 (plain)
1
2
3
4
//@ aux-build:pointer-reexports-allowed.rs
//@ check-pass
extern crate inner;
pub use inner::foo;