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
<anon>:4:21: 4:28 error: failed to resolve. Use of undeclared type or module `Self` [E0433]
<anon>:4 const X: fn() = Self::x;
^~~~~~~
<anon>:4:21: 4:28 help: see the detailed explanation for E0433
<anon>:4:21: 4:28 error: unresolved name `Self::x` [E0425]
<anon>:4 const X: fn() = Self::x;
^~~~~~~
<anon>:4:21: 4:28 help: see the detailed explanation for E0425
The text was updated successfully, but these errors were encountered:
errors with
The text was updated successfully, but these errors were encountered: