summaryrefslogtreecommitdiffstats
path: root/src/test/ui/static/static-lifetime.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/static/static-lifetime.rs')
-rw-r--r--src/test/ui/static/static-lifetime.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/test/ui/static/static-lifetime.rs b/src/test/ui/static/static-lifetime.rs
deleted file mode 100644
index ce1eeb610..000000000
--- a/src/test/ui/static/static-lifetime.rs
+++ /dev/null
@@ -1,6 +0,0 @@
-pub trait Arbitrary: Sized + 'static {}
-
-impl<'a, A: Clone> Arbitrary for ::std::borrow::Cow<'a, A> {} //~ ERROR lifetime bound
-
-fn main() {
-}