rust/tests/target/issue_4322.rs

6 lines
57 B
Rust
Raw Normal View History

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