cargo run encounters ICE on filesystems without flock #56976
Labels
A-incr-comp
Area: Incremental compilation
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
O-linux
Operating system: Linux
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this code:
$cargo new hello-rust (OK)
$cargo run
Failed with below error.
I tried
rustc main.rs
and it compiled OK.Meta
rustc --version --verbose
:Backtrace:
The text was updated successfully, but these errors were encountered: