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