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/delegation/unsupported.current.stderr
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,7 @@ note: ...which requires comparing an impl and trait method signature, inferring
29
29
LL | reuse ToReuse::opaque_ret;
30
30
| ^^^^^^^^^^
31
31
= note: ...which again requires computing type of `opaque::<impl at $DIR/unsupported.rs:32:5: 32:25>::opaque_ret::{anon_assoc#0}`, completing the cycle
32
-
note: cycle used when checking assoc item `opaque::<impl at $DIR/unsupported.rs:32:5: 32:25>::opaque_ret` is compatible with trait definition
33
-
--> $DIR/unsupported.rs:33:24
34
-
|
35
-
LL | reuse ToReuse::opaque_ret;
36
-
| ^^^^^^^^^^
32
+
= note: cycle used when checking effective visibilities
37
33
= 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
Copy file name to clipboardExpand all lines: tests/ui/delegation/unsupported.next.stderr
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ note: ...which requires comparing an impl and trait method signature, inferring
25
25
LL | reuse ToReuse::opaque_ret;
26
26
| ^^^^^^^^^^
27
27
= note: ...which again requires computing type of `opaque::<impl at $DIR/unsupported.rs:32:5: 32:25>::opaque_ret::{anon_assoc#0}`, completing the cycle
28
-
= note: cycle used when computing implied outlives bounds for `<u16 as opaque::ToReuse>::opaque_ret::{anon_assoc#0}` (hack disabled = false)
28
+
= note: cycle used when checking effective visibilities
29
29
= 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
0 commit comments