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 I try to compile a project using cargo run, I get the following error:
Compiling iso2god v1.5.1 (/opt/iso2god-rs)
error[E0425]: cannot find function exists in module fs
--> src/bin/iso2god.rs:178:12
|
178 | if fs::exists(path)? {
| ^^^^^^ not found in fs
For more information about this error, try rustc --explain E0425.
The text was updated successfully, but these errors were encountered:
When I try to compile a project using cargo run, I get the following error:
Compiling iso2god v1.5.1 (/opt/iso2god-rs)
error[E0425]: cannot find function
exists
in modulefs
--> src/bin/iso2god.rs:178:12
|
178 | if fs::exists(path)? {
| ^^^^^^ not found in
fs
For more information about this error, try
rustc --explain E0425
.The text was updated successfully, but these errors were encountered: