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
(cargo-process--project-root) returns the directory of Cargo.toml, but cargo is not run from that directory, which messes up cargo clippy for example:
src> cargo clippy
thread 'main' panicked at 'could not find matching package', /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/src/libcore/option.rs:715
note: Run with `RUST_BACKTRACE=1` for a backtrace.
The text was updated successfully, but these errors were encountered:
(cargo-process--project-root)
returns the directory ofCargo.toml
, but cargo is not run from that directory, which messes upcargo clippy
for example:The text was updated successfully, but these errors were encountered: