Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
test
/
ui
/
static
/
static-lifetime.rs
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
()
{
}