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
When running cargo-prove prove build and Cargo.toml is not found in the current directory or any parent directory, the current error message is:
thread 'main' panicked at cli/src/build.rs:27:40:
called `Result::unwrap()` on an `Err` value: CargoMetadata { stderr: "error: could not find `Cargo.toml` in `/mnt/ssd3/opensource` or any parent directory\n" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Suggestion:
Instead of the current error message, we can follow the error message from cargo build
error: could not find `Cargo.toml` in `/mnt/ssd3/opensource` or any parent directory
Description:
When running cargo-prove prove build and Cargo.toml is not found in the current directory or any parent directory, the current error message is:
Suggestion:
Instead of the current error message, we can follow the error message from
cargo build
Related code
sp1/cli/src/build.rs
Lines 25 to 28 in f50fb1c
The text was updated successfully, but these errors were encountered: