blob: 92834bbb0e491438d1b5907b753e6d7701353ea8 [file] [log] [blame]
// build-pass (FIXME(62277): could be check-pass?)
pub trait Trait where Self::Out: std::fmt::Display {
type Out;
}
fn main() {}