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
hello world demo,cargo run is normal,but debug run an error occurred,
thread 'main' panicked at auth\casbin\src\main.rs:30:10:
called Result::unwrap() on an Err value: IoError(Os { code: 3, kind: NotFound, message: "系统找不到指定的路径。" })
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
hello world demo,cargo run is normal,but debug run an error occurred,
thread 'main' panicked at auth\casbin\src\main.rs:30:10:
called
Result::unwrap()
on anErr
value: IoError(Os { code: 3, kind: NotFound, message: "系统找不到指定的路径。" })note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceThe text was updated successfully, but these errors were encountered: