Created
January 30, 2020 19:20
-
-
Save clevinson/a897172804ce826692b97175544d4fec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cargo wasm | |
error: failed to run `rustc` to learn about target-specific information | |
Caused by: | |
process didn't exit successfully: `rustc - --crate-name ___ --print=file-names -Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zno-landing-pads --target wasm32-unknown-unknown --crate-type bin --crate-type rlib --crate-type dylib --crate-type cdylib --crate-type staticlib --crate-type proc-macro --print=sysroot --print=cfg` (exit code: 1) | |
--- stderr | |
error: the option `Z` is only accepted on the nightly compiler |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment