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 type of opaque `Bar::{opaque#0}`, completing the cycle
41
-
note: cycle used when computing type of `Bar::{opaque#0}`
33
+
|
34
+
= note: fetching the hidden types of an opaque inside of the defining scope is not supported. You can try moving the opaque type and the item that actually registers a hidden type into a new submodule
35
+
note: opaque type is declared here
42
36
--> $DIR/in-where-clause.rs:5:12
43
37
|
44
38
LL | type Bar = impl Sized;
45
39
| ^^^^^^^^^^
46
-
= 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