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}`
2
2
--> $DIR/unsupported.rs:22:25
3
3
|
4
4
LL | reuse to_reuse::opaque_ret;
@@ -9,15 +9,15 @@ note: ...which requires comparing an impl and trait method signature, inferring
9
9
|
10
10
LL | reuse to_reuse::opaque_ret;
11
11
| ^^^^^^^^^^
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
13
13
note: cycle used when checking that `opaque::<impl at $DIR/unsupported.rs:21:5: 21:24>` is well-formed
14
14
--> $DIR/unsupported.rs:21:5
15
15
|
16
16
LL | impl ToReuse for u8 {
17
17
| ^^^^^^^^^^^^^^^^^^^
18
18
= 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
19
19
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}`
21
21
--> $DIR/unsupported.rs:25:24
22
22
|
23
23
LL | reuse ToReuse::opaque_ret;
@@ -28,7 +28,7 @@ note: ...which requires comparing an impl and trait method signature, inferring
28
28
|
29
29
LL | reuse ToReuse::opaque_ret;
30
30
| ^^^^^^^^^^
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
32
32
note: cycle used when checking that `opaque::<impl at $DIR/unsupported.rs:24:5: 24:25>` is well-formed
33
33
--> $DIR/unsupported.rs:24:5
34
34
|
0 commit comments