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

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

3 lines
46 B
Rust
Raw Normal View History

2019-01-13 17:50:24 -06:00
pub struct OtherType;
2019-01-13 19:37:27 -06:00
pub trait OtherTrait {}