blob: 4e149399f062d731e32ecbc7fb9f81f7264e542c [file] [log] [blame]
trait Foo {
fn bar(&self)
// where
// Self: Bar
;
}
trait Foo {
fn bar(&self)
// where
// Self: Bar
;
}
trait Foo {
fn bar(&self)
// where
// Self: Bar
;
}