summaryrefslogtreecommitdiffstats
path: root/src/test/ui/coherence/coherence-bigint-param.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/coherence/coherence-bigint-param.rs')
-rw-r--r--src/test/ui/coherence/coherence-bigint-param.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/test/ui/coherence/coherence-bigint-param.rs b/src/test/ui/coherence/coherence-bigint-param.rs
deleted file mode 100644
index c6543aaf6..000000000
--- a/src/test/ui/coherence/coherence-bigint-param.rs
+++ /dev/null
@@ -1,11 +0,0 @@
-// aux-build:coherence_lib.rs
-
-extern crate coherence_lib as lib;
-use lib::Remote1;
-
-pub struct BigInt;
-
-impl<T> Remote1<BigInt> for T { }
-//~^ ERROR E0210
-
-fn main() { }