blob: ce1eeb6105f094736571c0c25982e28e4c9e4b11 [file] [log] [blame]
pub trait Arbitrary: Sized + 'static {}
impl<'a, A: Clone> Arbitrary for ::std::borrow::Cow<'a, A> {} //~ ERROR lifetime bound
fn main() {
}