We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When I tried to install Cargo and Rust under a lustre filesystem using rustup I got the following error after trying to build a simple crate:
$ cargo run error: failed to lock file: ~/simple_crate/Cargo.lock Caused by: Function not implemented (os error 38)
It would be nice to let Cargo handle missing flock() by not locking? (durka42)