summaryrefslogtreecommitdiffstats
path: root/src/test/ui/associated-types/issue-64855-2.rs
blob: 1d53bd570316586abe0c412b79aa9a94a0486345 (plain)
1
2
3
4
5
// check-pass

pub struct Bar<'a>(&'a Self) where Self: ;

fn main() {}