I get the following error when trying to do cargo run
--> src/core/mod.rs:58:5
|
58 | mod pkg_info;
| ^^^^^^^^
|
= help: name the file either pkg_info.rs or pkg_info/mod.rs inside the directory "src/core"
error: aborting due to previous error
error: Could not compile `irc-bot`.
To learn more, run the command again with --verbose.
I get the following error when trying to do
cargo run
Tried using stable and nightly rustc to no avail: