rust/tests/source/issue_4322.rs
2021-10-20 00:11:59 -05:00

3 lines
43 B
XML

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