rust/tests/source/issue_4322.rs
2021-09-02 20:53:15 -05:00

4 lines
43 B
XML

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