Skip to content
New issue

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

Unexpected error occurs when running cargo aoc without any subcommands #100

Open
iamkyaru opened this issue Nov 30, 2023 · 1 comment
Open

Comments

@iamkyaru
Copy link

After executing the cargo aoc command, the following error occurs in a new project that was initialized with 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.

@gobanos
Copy link
Owner

gobanos commented Nov 30, 2023

cargo aoc relies on metadata provided by aoc-runner & aoc-runner-derive.
You can find how to set them up in aoc-runner documentation.

I do agree the error message should be improved.

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

No branches or pull requests

2 participants