-
Notifications
You must be signed in to change notification settings - Fork 15
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
Getting E0412 (cannot find function in scope) while trying to do cargo build. #19
Comments
Am I missing something obvious here? |
I started encountering something similar out of nowhere last week on Github Actions (not locally). If I find the solution I'll post an update here. |
@Serpent03 issued a pr #20. I'm not 100% sure @Sequal32 is still active. If he isn't, you can import my fork in your project. Would love to hear if it fixes the problem for you as well. My fork can be imported by importing the crate like this:
|
Thanks a lot! New to Rust, so wasn't sure what was the cause of the error at all. Really appreciated. |
Error log:
My
cargo.toml
:The text was updated successfully, but these errors were encountered: