|
I am trying to use rustlings third party framework to create exercises for some common activities, such as file io. This lead to trying to have test files to read from and write to in the test directory. When I runrustlings dev check I get the following error: Updated How do I annotate info.toml to say this file is expected and part of the test? |
Answered by
mo8it
Dec 10, 2024
Replies: 1 comment 1 reply
|
@cshokie87 Rustlings doesn't support additional files yet. I will add this support in the next version :) |
1 reply
Answer selected by
cshokie87
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@cshokie87 Rustlings doesn't support additional files yet. I will add this support in the next version :)