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
When a type is used in an error position in a result in multiple interfaces, it gets an impl std::error::Error definition in each module that it's used in. It should only get a single impl in the module that defines it instead.
Benefit
Error type reuse would be easier between wit interfaces.
The text was updated successfully, but these errors were encountered:
Feature
When a type is used in an error position in a
result
in multiple interfaces, it gets animpl std::error::Error
definition in each module that it's used in. It should only get a single impl in the module that defines it instead.Benefit
Error type reuse would be easier between wit interfaces.
The text was updated successfully, but these errors were encountered: