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
= note: ...which again requires computing whether impls specialize one another, completing the cycle
19
+
note: cycle used when building specialization graph of trait `FromA`
20
+
--> $DIR/issue-39448.rs:20:1
26
21
|
27
-
LL | impl<T, U> ToA<U> for T
28
-
| ^^^^^^ ^
29
-
LL | where
30
-
LL | U: FromA<T>,
31
-
| -------- unsatisfied trait bound introduced here
22
+
LL | trait FromA<T> {
23
+
| ^^^^^^^^^^^^^^
24
+
= note: see https://rustc-dev-guide.rust-lang.org/overview.html#queries and https://rustc-dev-guide.rust-lang.org/query.html for more information
32
25
33
26
error: aborting due to 1 previous error; 1 warning emitted
34
27
35
-
For more information about this error, try `rustc --explain E0275`.
28
+
For more information about this error, try `rustc --explain E0391`.
= note: ...which again requires computing whether impls specialize one another, completing the cycle
19
+
note: cycle used when building specialization graph of trait `Foo`
20
+
--> $DIR/issue-39618.rs:7:1
21
+
|
22
+
LL | trait Foo {
23
+
| ^^^^^^^^^
24
+
= note: see https://rustc-dev-guide.rust-lang.org/overview.html#queries and https://rustc-dev-guide.rust-lang.org/query.html for more information
25
+
26
+
error: aborting due to 1 previous error; 1 warning emitted
12
27
28
+
For more information about this error, try `rustc --explain E0391`.
0 commit comments