We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Your "cpuio v3.0.0" causes compile error that recommends adding #![feature(const_fn_trait_bound)]
#![feature(const_fn_trait_bound)]
The text was updated successfully, but these errors were encountered:
cpuio: Use new feature flag for const functions
fa07e1c
This is necessary since rust-lang/rust#84310, otherwise new nightlies can't build cpuio. Fixes emk#8.
Successfully merging a pull request may close this issue.
Your "cpuio v3.0.0" causes compile error that recommends adding
#![feature(const_fn_trait_bound)]
The text was updated successfully, but these errors were encountered: