rust/tests/target/issue_4322.rs

6 lines
57 B
Rust
Raw Normal View History

2021-08-30 21:17:43 +12:00
trait Bar {
type X<'a>
where
Self: 'a;
}