rust/tests/target/issue_4322.rs

6 lines
57 B
XML

trait Bar {
type X<'a>
where
Self: 'a;
}