rust/tests/ui/privacy/auxiliary/pub_use_xcrate2.rs

4 lines
61 B
Rust

extern crate pub_use_xcrate1;
pub use pub_use_xcrate1::Foo;