rust/tests/target/issue-4646.rs

21 lines
218 B
Rust
Raw Normal View History

2021-01-17 11:56:04 -06:00
trait Foo {
fn bar(&self)
// where
// Self: Bar
;
}
trait Foo {
fn bar(&self)
// where
// Self: Bar
;
}
trait Foo {
fn bar(&self)
// where
// Self: Bar
;
}