rust/tests/source/issue_4322.rs

4 lines
43 B
XML

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