Already borrowed panic (BorrowMutErr
) during cargo update
#13658
Closed
Description
opened on Mar 26, 2024
Problem
When running cargo update
, I encountered the following crash:
With the error being:
thread 'main' panicked at src/cargo/util/context/mod.rs:412:20:
already borrowed: BorrowMutError
Steps
- Clone this repo: https://github.com/TheLostLambda/smithereens
- Switch to the
cargo-bug
branch - Run
cargo update
- Crash!
Possible Solution(s)
No response
Notes
Happy to help debug and gather more information if there are any issues reproducing!
Version
cargo 1.79.0-nightly (a510712d0 2024-03-25)
release: 1.79.0-nightly
commit-hash: a510712d05c6c98f987af24dd73cdfafee8922e6
commit-date: 2024-03-25
host: x86_64-unknown-linux-gnu
libgit2: 1.7.2 (sys:0.18.2 vendored)
libcurl: 8.6.0-DEV (sys:0.4.72+curl-8.6.0 vendored ssl:OpenSSL/1.1.1w)
ssl: OpenSSL 1.1.1w 11 Sep 2023
os: Arch Linux Rolling Release [64-bit]
Activity