We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
cargo aoc
After executing the cargo aoc command, the following error occurs in a new project that was initialized with cargo init:
cargo init
$ cargo aoc Finished dev [unoptimized + debuginfo] target(s) in 0.20s An error occurs : The system cannot find the path specified. (os error 3)
Either it is a bug or the command is missing the correct feedback to the user/developer.
The text was updated successfully, but these errors were encountered:
cargo aoc relies on metadata provided by aoc-runner & aoc-runner-derive. You can find how to set them up in aoc-runner documentation.
aoc-runner
aoc-runner-derive
I do agree the error message should be improved.
Sorry, something went wrong.
No branches or pull requests
After executing the
cargo aoc
command, the following error occurs in a new project that was initialized withcargo init
:Either it is a bug or the command is missing the correct feedback to the user/developer.
The text was updated successfully, but these errors were encountered: