2017-05-09 13:51:18 -05:00
|
|
|
error[E0477]: the type `std::borrow::Cow<'a, A>` does not fulfill the required lifetime
|
|
|
|
--> $DIR/static-lifetime.rs:13:20
|
|
|
|
|
|
|
|
|
13 | impl<'a, A: Clone> Arbitrary for ::std::borrow::Cow<'a, A> {}
|
|
|
|
| ^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: type must satisfy the static lifetime
|
|
|
|
|
2017-07-02 05:49:30 -05:00
|
|
|
error: aborting due to previous error
|
2017-05-09 13:51:18 -05:00
|
|
|
|