Skip to content

internal: don't generate hash functions if no_std - #6343

Draft
Person-93 wants to merge 3 commits into
PyO3:mainfrom
Person-93:no_std_no_hashing
Draft

internal: don't generate hash functions if no_std#6343
Person-93 wants to merge 3 commits into
PyO3:mainfrom
Person-93:no_std_no_hashing

Conversation

@Person-93

Copy link
Copy Markdown
Contributor

I've disabled the hash option when not using std as discussed here.

The ui tests do not pass for no_std as it now emits a compile error message about hashing functions not being available without the std feature. I am not sure how to proceed with this.

I've labeled this as internal because no_std is not user-visible yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant