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
Most of the errors in the project, including the user-facing errors, satisfy none of these constraints. Refactor the various Result types, particularly the awkward and pervasive Result<T, Cow<str, 'static>>, to use proper enums that can bundle debugging information.
The text was updated successfully, but these errors were encountered:
Rust errors:
Error
traitMost of the errors in the project, including the user-facing errors, satisfy none of these constraints. Refactor the various
Result
types, particularly the awkward and pervasiveResult<T, Cow<str, 'static>>
, to use proper enums that can bundle debugging information.The text was updated successfully, but these errors were encountered: