rust/tests/ui/privacy/pub-priv-dep/auxiliary/priv_dep.rs
2023-01-11 09:32:08 +00:00

3 lines
46 B
Rust

pub struct OtherType;
pub trait OtherTrait {}