You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make Rust install guidance arch-aware and fail fast on missing target
Infer CARGO_TARGET before the toolchain checks so the install
instructions can name the correct target for the architecture, and
verify the target stdlib is present via rustc --print target-libdir
before starting the lengthy vendor extraction and build.
0 commit comments