]> git.lizzy.rs Git - rust.git/blob - tests/source/issue_4322.rs
Add tests for binop_separator = Back
[rust.git] / tests / source / issue_4322.rs
1 trait Bar {
2   type X<'a> where Self: 'a;
3 }