blob: d18400dd3a54b6e23c3d89e8550d782c458a8cb9 [file] [log] [blame]
trait Foo { }
trait Bar { }
impl<'a> Foo for Bar + 'a { }