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 raze
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error { kind: Io(NotFound), source: Some(Os { code: 2, kind: NotFound, message: "No such file or directory" }) }', /Users/foobar/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo-raze-0.16.1/src/rendering/bazel.rs:78:77
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
But if I create /tmp/cargo-raze/doesnt/exist it works:
$ rustup --version
rustup 1.25.2 (2023-02-01)
info: This is the version for the rustup toolchain manager, not the rustc compiler.
info: The currently active `rustc` version is `rustc 1.68.0 (2c8cc3432 2023-03-06)`
Problematic code:
cargo-raze/impl/src/rendering/bazel.rs
Line 78 in afe9b48
But if I create
/tmp/cargo-raze/doesnt/existit works:env: