Closed
Description
Update to latest rustc 1.82.0-nightly (8b3870784 2024-08-07)
, get error when using -Zbuild-std
:
error: "/Users/runner/.rustup/toolchains/nightly-aarch64-apple-darwin/lib/rustlib/src/rust/Cargo.lock" does not exist, unable to build with the standard library, try:
rustup component add rust-src --toolchain nightly-aarch64-apple-darwin
but rust-src component already installed.