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
[censored]>cargo run --release
Finished release [optimized] target(s) in 0.12s
Running [censored]\robinson-master\robinson-master\target\rel ease\robinson.exe
thread 'main' panicked at 'called Result::unwrap() on an Err value: Os { cod
e: 3, kind: NotFound, message: "The system cannot find the path specified." }',
libcore\result.rs:945:5
note: Run with RUST_BACKTRACE=1 for a backtrace.
error: process didn't exit successfully: [censored]\robinson-maste r\robinson-master\target\release\robinson.exe (exit code: 101)
The text was updated successfully, but these errors were encountered:
shouldn't the .exe be named like the project? so it should be robinson-master.exe.
Maybe cargo has a problem with the dash -. You could try renaming the project to just "robinson".
Not sure if this the solution though
[censored]>cargo run --release
Finished release [optimized] target(s) in 0.12s
Running
[censored]\robinson-master\robinson-master\target\rel ease\robinson.exe
thread 'main' panicked at 'called
Result::unwrap()
on anErr
value: Os { code: 3, kind: NotFound, message: "The system cannot find the path specified." }',
libcore\result.rs:945:5
note: Run with
RUST_BACKTRACE=1
for a backtrace.error: process didn't exit successfully:
[censored]\robinson-maste r\robinson-master\target\release\robinson.exe
(exit code: 101)The text was updated successfully, but these errors were encountered: