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
When compiling with the newest nightly compiler and cargo build --target=asmjs-unknown-emscripten, this happens:
cargo build --target=asmjs-unknown-emscripten
Compiling num_cpus v1.1.0 (file:///path/to/num_cpus) error[E0425]: unresolved name `get_num_cpus` --> src/lib.rs:12:5 | 12 | get_num_cpus() | ^^^^^^^^^^^^ unresolved name error[E0425]: unresolved name `get_num_cpus` --> src/lib.rs:28:5 | 28 | get_num_cpus() | ^^^^^^^^^^^^ unresolved name
The text was updated successfully, but these errors were encountered:
Update dependencies to fix seanmonstar/num_cpus#26
34c1cb1
No branches or pull requests
When compiling with the newest nightly compiler and
cargo build --target=asmjs-unknown-emscripten
, this happens:The text was updated successfully, but these errors were encountered: