]> git.lizzy.rs Git - rust.git/blob - tests/source/issue_4322.rs
Prevent duplicate comma when formatting struct pattern with ".."
[rust.git] / tests / source / issue_4322.rs
1 trait Bar {
2   type X<'a> where Self: 'a;
3 }