Open
Description
What is the feature you would like to see?
By declaring export-abi
feature, we can remove those pesky warnings.
The problem is that cargo hack
workflow fails when it tried to activate this feature with the trait `SolError` is not implemented for `[OUR_ERROR_NAME]`
.
We should investigate why this is, so that we can declare the feature in Cargo.toml.
Alternatively, we can simply skip this feature, just as we do for EDIT: We shouldn't skip this feature, as it's often used in development. We should support it.std
Original comment: #437 (comment)
Related #436
Contribution Guidelines
- I agree to follow this project's Contribution Guidelines
Metadata
Metadata
Assignees
Type
Projects
Status
In Progress