Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: could not compile iso2god. "178 if fs::exists(path) not found in fs " #17

Closed
VitovEM opened this issue Aug 18, 2024 · 2 comments
Closed

Comments

@VitovEM
Copy link

VitovEM commented Aug 18, 2024

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.

@iliazeus
Copy link
Owner

As of now, this project does not compile with stable Rust, only beta and nightly versions.

See #15 if you still need to use stable.

@iliazeus iliazeus closed this as not planned Won't fix, can't repro, duplicate, stale Aug 18, 2024
@iliazeus
Copy link
Owner

Rust 1.81 is out, and the current code now builds with stable Rust without issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants