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
help: if there were a trait named `Example` with associated type `downcast` implemented for `(dyn Any + 'static)`, you could use the fully-qualified path
129
+
|
130
+
LL | <(dyn Any + 'static) as Example>::downcast::mut_unchecked;
131
+
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
132
+
133
+
error: aborting due to 12 previous errors
101
134
102
135
For more information about this error, try `rustc --explain E0223`.
0 commit comments