blob: 1d53bd570316586abe0c412b79aa9a94a0486345 [file] [log] [blame]
// check-pass
pub struct Bar<'a>(&'a Self) where Self: ;
fn main() {}