#ughm. I set env var and now rustc is not working
10 messages · Page 1 of 1 (latest)
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 "\"-Z" "threads=8\"" --crate-type bin --crate-type rlib --crate-type dylib --crate-type cdylib --crate-type staticlib --crate-type proc-macro --print=sysroot --print=split-debuginfo --print=crate-name --print=cfg (exit code: 1)
--- stderr
error: multiple input filenames provided (first two filenames are - and "-Z)
so well rustc is working but cargo gives wrong arguments I guess
and it fixed
huh
wtf
fyi, you need the nightly compiler to use unstable flags.
Yea its my default compiler