summaryrefslogtreecommitdiffstats
path: root/tests/ui/issues/issue-12511.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/issues/issue-12511.stderr')
-rw-r--r--tests/ui/issues/issue-12511.stderr12
1 files changed, 1 insertions, 11 deletions
diff --git a/tests/ui/issues/issue-12511.stderr b/tests/ui/issues/issue-12511.stderr
index 789a1141c..558aad109 100644
--- a/tests/ui/issues/issue-12511.stderr
+++ b/tests/ui/issues/issue-12511.stderr
@@ -1,20 +1,10 @@
error[E0391]: cycle detected when computing the super predicates of `T1`
- --> $DIR/issue-12511.rs:1:1
- |
-LL | trait T1 : T2 {
- | ^^^^^^^^^^^^^
- |
-note: ...which requires computing the super traits of `T1`...
--> $DIR/issue-12511.rs:1:12
|
LL | trait T1 : T2 {
| ^^
-note: ...which requires computing the super predicates of `T2`...
- --> $DIR/issue-12511.rs:5:1
|
-LL | trait T2 : T1 {
- | ^^^^^^^^^^^^^
-note: ...which requires computing the super traits of `T2`...
+note: ...which requires computing the super predicates of `T2`...
--> $DIR/issue-12511.rs:5:12
|
LL | trait T2 : T1 {