Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// check-pass
pub trait Trait where Self::Out: std::fmt::Display {
type Out;
}
fn main() {}