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
{{ message }}
This repository was archived by the owner on Oct 23, 2025. It is now read-only.
Instead of generating functions that assume that Result is unaliased,
explicitly reference the ::std::result::Result so that end users can
have type aliases for Result that assume a specific error type (like
std::io::Result does).
0 commit comments