summaryrefslogtreecommitdiffstats
path: root/src/test/ui/coherence/auxiliary/coherence_orphan_lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/coherence/auxiliary/coherence_orphan_lib.rs')
-rw-r--r--src/test/ui/coherence/auxiliary/coherence_orphan_lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/ui/coherence/auxiliary/coherence_orphan_lib.rs b/src/test/ui/coherence/auxiliary/coherence_orphan_lib.rs
new file mode 100644
index 000000000..2664ef550
--- /dev/null
+++ b/src/test/ui/coherence/auxiliary/coherence_orphan_lib.rs
@@ -0,0 +1,3 @@
+pub trait TheTrait<T> {
+ fn the_fn(&self);
+}