Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: std Cargo.lock moved to library dir #14370

Merged
merged 1 commit into from
Aug 8, 2024
Merged

Commits on Aug 8, 2024

  1. fix: std Cargo.lock moved to library dir

    rust-lang#14358 didn't check the correct Cargo.lock existence
    Perhaps it was there so the test passed, but after a new nightly
    is out it is gone.
    
    ```
        Blocking waiting for file lock on package cache
    error: "/home/user/.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
    
    note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
    ```
    weihanglo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    50237f4 View commit details
    Browse the repository at this point in the history