summaryrefslogtreecommitdiffstats
path: root/src/test/ui/coherence/auxiliary/error_lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/coherence/auxiliary/error_lib.rs')
-rw-r--r--src/test/ui/coherence/auxiliary/error_lib.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/test/ui/coherence/auxiliary/error_lib.rs b/src/test/ui/coherence/auxiliary/error_lib.rs
deleted file mode 100644
index 19ff9ae62..000000000
--- a/src/test/ui/coherence/auxiliary/error_lib.rs
+++ /dev/null
@@ -1,6 +0,0 @@
-#![crate_type = "lib"]
-#![feature(negative_impls)]
-#![feature(with_negative_coherence)]
-
-pub trait Error {}
-impl !Error for &str {}