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

4 lines
39 B
Rust

pub struct Foo {
pub name: isize
}