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
I included no_std dependency and got this confusing error:
--> crates/subspace-proof-of-time/src/aes.rs:18:8 | | #[cfg(target_arch = "x86_64")] 18 | if std::is_x86_feature_detected!("aes") { | ^^^ use of undeclared crate or module `std`
Is it really compiling with no_std for x86-64? Why? I thought it'll be building guest code for RISCV32IM with no_std instead.
no_std
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I included no_std dependency and got this confusing error:
Is it really compiling with
no_std
for x86-64? Why?I thought it'll be building guest code for RISCV32IM with
no_std
instead.The text was updated successfully, but these errors were encountered: