rust/tests/ui/privacy/pub-priv-dep/auxiliary/reexport.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
78 B
Rust
Raw Normal View History

//@ aux-crate:shared=shared.rs
extern crate shared;
pub use shared::Shared;