blob: 89008828ac5efaf54178e88ed0bca1c847fac0f8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
error: aborting due to previous error(s)
|