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

Missing credits module #5

Closed
woelfman opened this issue Apr 21, 2021 · 1 comment
Closed

Missing credits module #5

woelfman opened this issue Apr 21, 2021 · 1 comment

Comments

@woelfman
Copy link

When trying to build with the provided instruction there is a build error about missing the credits module.

commit 98c966b

$ cargo build
...
error[E0583]: file not found for module `credits`
  --> src/gui.rs:12:1
   |
12 | mod credits;
   | ^^^^^^^^^^^^
   |
   = help: to create the module `credits`, create file "src/gui/credits.rs"

error[E0432]: unresolved import `credits::credits`
  --> src/gui.rs:19:9
   |
19 | pub use credits::credits;
   |         ^^^^^^^^^^^^^^^^ no `credits` in `gui::credits`

error: aborting due to 2 previous errors

Some errors have detailed explanations: E0432, E0583.
For more information about an error, try `rustc --explain E0432`.
error: could not compile `fishgame`

To learn more, run the command again with --verbose.
@not-fl3
Copy link
Contributor

not-fl3 commented Apr 22, 2021

Thanks, fixed!

@not-fl3 not-fl3 closed this as completed Apr 22, 2021
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