rust/tests/source/issue-4646.rs
2021-01-27 20:58:42 -06:00

21 lines
218 B
Rust

trait Foo {
fn bar(&self)
// where
// Self: Bar
;
}
trait Foo {
fn bar(&self)
// where
// Self: Bar
;
}
trait Foo {
fn bar(&self)
// where
// Self: Bar
;
}