summaryrefslogtreecommitdiffstats
path: root/src/test/ui/coherence/auxiliary/coherence_fundamental_trait_lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/coherence/auxiliary/coherence_fundamental_trait_lib.rs')
-rw-r--r--src/test/ui/coherence/auxiliary/coherence_fundamental_trait_lib.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/test/ui/coherence/auxiliary/coherence_fundamental_trait_lib.rs b/src/test/ui/coherence/auxiliary/coherence_fundamental_trait_lib.rs
deleted file mode 100644
index 21aaea479..000000000
--- a/src/test/ui/coherence/auxiliary/coherence_fundamental_trait_lib.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-#![crate_type = "rlib"]
-#![feature(fundamental)]
-
-pub trait Misc {}
-
-#[fundamental]
-pub trait Fundamental<T> {}