]> git.lizzy.rs Git - rust.git/blob - src/test/ui/static-lifetime.stderr
Fix checking for missing stability annotations
[rust.git] / src / test / ui / static-lifetime.stderr
1 error[E0477]: the type `std::borrow::Cow<'a, A>` does not fulfill the required lifetime
2   --> $DIR/static-lifetime.rs:13:20
3    |
4 13 | impl<'a, A: Clone> Arbitrary for ::std::borrow::Cow<'a, A> {}
5    |                    ^^^^^^^^^
6    |
7    = note: type must satisfy the static lifetime
8
9 error: aborting due to previous error
10