blob: fbae052d0180e46721249e28c1d1bab9344cbdb7 [file]
//@ check-pass
pub trait Trait where Self::Out: std::fmt::Display {
type Out;
}
fn main() {}