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

6 lines
57 B
XML

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