rust/tests/source/issue-4646.rs

21 lines
218 B
Rust
Raw Normal View History

2021-01-17 18:56:04 +01: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
;
}