rust/tests/ui/type-alias-impl-trait/auxiliary/foreign-crate.rs

3 lines
60 B
Rust

pub trait ForeignTrait {}
pub struct ForeignType<T>(pub T);