summaryrefslogtreecommitdiffstats
path: root/src/test/ui/coherence/strict-coherence-needs-negative-coherence.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/coherence/strict-coherence-needs-negative-coherence.stderr')
-rw-r--r--src/test/ui/coherence/strict-coherence-needs-negative-coherence.stderr10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/test/ui/coherence/strict-coherence-needs-negative-coherence.stderr b/src/test/ui/coherence/strict-coherence-needs-negative-coherence.stderr
deleted file mode 100644
index b54729287..000000000
--- a/src/test/ui/coherence/strict-coherence-needs-negative-coherence.stderr
+++ /dev/null
@@ -1,10 +0,0 @@
-error: to use `strict_coherence` on this trait, the `with_negative_coherence` feature must be enabled
- --> $DIR/strict-coherence-needs-negative-coherence.rs:4:1
- |
-LL | #[rustc_strict_coherence]
- | ------------------------- due to this attribute
-LL | trait Foo {}
- | ^^^^^^^^^
-
-error: aborting due to previous error
-