blob: 86d4e63670f3bfe52d170db964198c7435bc8e75 [file] [log] [blame]
// compile-pass
pub trait Trait where Self::Out: std::fmt::Display {
type Out;
}
fn main() {}