summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue_4322.rs
blob: 0ec0547119f474c35e88f9b49a6a4a685278f429 (plain)
1
2
3
4
5
trait Bar {
    type X<'a>
    where
        Self: 'a;
}