Following the installation instructions on OSX, I get:
$ cargo run
error: failed to run `rustc` to learn about target-specific information
Caused by:
process didn't exit successfully: `rustc - --crate-name ___ --print=file-names -Zpolonius --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
My cargo version:
$ cargo --version
cargo 1.45.0 (744bd1fbb 2020-06-15)
Is there anything I can do to run it?
Following the installation instructions on OSX, I get:
My cargo version:
Is there anything I can do to run it?