1- error[E0391]: cycle detected when computing type of `opaque::<impl at $DIR/unsupported.rs:21:5: 21:24>::{synthetic #0}`
1+ error[E0391]: cycle detected when computing type of `opaque::<impl at $DIR/unsupported.rs:21:5: 21:24>::{anon_assoc #0}`
22 --> $DIR/unsupported.rs:22:25
33 |
44LL | reuse to_reuse::opaque_ret;
@@ -9,15 +9,15 @@ note: ...which requires comparing an impl and trait method signature, inferring
99 |
1010LL | reuse to_reuse::opaque_ret;
1111 | ^^^^^^^^^^
12- = note: ...which again requires computing type of `opaque::<impl at $DIR/unsupported.rs:21:5: 21:24>::{synthetic #0}`, completing the cycle
12+ = note: ...which again requires computing type of `opaque::<impl at $DIR/unsupported.rs:21:5: 21:24>::{anon_assoc #0}`, completing the cycle
1313note: cycle used when checking that `opaque::<impl at $DIR/unsupported.rs:21:5: 21:24>` is well-formed
1414 --> $DIR/unsupported.rs:21:5
1515 |
1616LL | impl ToReuse for u8 {
1717 | ^^^^^^^^^^^^^^^^^^^
1818 = 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
1919
20- error[E0391]: cycle detected when computing type of `opaque::<impl at $DIR/unsupported.rs:24:5: 24:25>::{synthetic #0}`
20+ error[E0391]: cycle detected when computing type of `opaque::<impl at $DIR/unsupported.rs:24:5: 24:25>::{anon_assoc #0}`
2121 --> $DIR/unsupported.rs:25:24
2222 |
2323LL | reuse ToReuse::opaque_ret;
@@ -28,7 +28,7 @@ note: ...which requires comparing an impl and trait method signature, inferring
2828 |
2929LL | reuse ToReuse::opaque_ret;
3030 | ^^^^^^^^^^
31- = note: ...which again requires computing type of `opaque::<impl at $DIR/unsupported.rs:24:5: 24:25>::{synthetic #0}`, completing the cycle
31+ = note: ...which again requires computing type of `opaque::<impl at $DIR/unsupported.rs:24:5: 24:25>::{anon_assoc #0}`, completing the cycle
3232note: cycle used when checking that `opaque::<impl at $DIR/unsupported.rs:24:5: 24:25>` is well-formed
3333 --> $DIR/unsupported.rs:24:5
3434 |
0 commit comments