You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/ui/associated-types/impl-wf-cycle-4.stderr
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
-
error[E0391]: cycle detected when computing normalized predicates of `<impl at $DIR/impl-wf-cycle-4.rs:5:1: 7:26>`
1
+
error[E0391]: cycle detected when computing whether `<impl at $DIR/impl-wf-cycle-4.rs:5:1: 7:26>` has a guaranteed unsized self type
2
2
--> $DIR/impl-wf-cycle-4.rs:5:1
3
3
|
4
4
LL | / impl<T> Filter for T
5
5
LL | | where
6
6
LL | | T: Fn(Self::ToMatch),
7
7
| |_________________________^
8
8
|
9
-
note: ...which requires computing whether `<impl at $DIR/impl-wf-cycle-4.rs:5:1: 7:26>` has a guaranteed unsized self type...
9
+
note: ...which requires computing normalized predicates of `<impl at $DIR/impl-wf-cycle-4.rs:5:1: 7:26>`...
10
10
--> $DIR/impl-wf-cycle-4.rs:5:1
11
11
|
12
12
LL | / impl<T> Filter for T
13
13
LL | | where
14
14
LL | | T: Fn(Self::ToMatch),
15
15
| |_________________________^
16
-
= note: ...which again requires computing normalized predicates of `<impl at $DIR/impl-wf-cycle-4.rs:5:1: 7:26>`, completing the cycle
16
+
= note: ...which again requires computing whether `<impl at $DIR/impl-wf-cycle-4.rs:5:1: 7:26>` has a guaranteed unsized self type, completing the cycle
17
17
note: cycle used when checking that `<impl at $DIR/impl-wf-cycle-4.rs:5:1: 7:26>` is well-formed
0 commit comments