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