summaryrefslogtreecommitdiffstats
path: root/src/test/ui/coherence/auxiliary/option_future.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/coherence/auxiliary/option_future.rs')
-rw-r--r--src/test/ui/coherence/auxiliary/option_future.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/test/ui/coherence/auxiliary/option_future.rs b/src/test/ui/coherence/auxiliary/option_future.rs
deleted file mode 100644
index 067de1cd8..000000000
--- a/src/test/ui/coherence/auxiliary/option_future.rs
+++ /dev/null
@@ -1,8 +0,0 @@
-#![crate_type = "lib"]
-#![feature(negative_impls)]
-#![feature(rustc_attrs)]
-#![feature(with_negative_coherence)]
-
-pub trait Future {}
-
-impl<E> !Future for Option<E> where E: Sized {}