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? 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
hello !
with this directory sturcture:
foo.rs foo/ - a.rs - b.rs
having a automod::dir!("src/foo") gives error: couldn't read crate/src/a.rs: No such file or directory (os error 2)
automod::dir!("src/foo")
error: couldn't read crate/src/a.rs: No such file or directory (os error 2)
thanks !
The text was updated successfully, but these errors were encountered:
update, the problem was because i had a module where the filename had a dash in it, and the #[path] attribute didn't work in this case
i was able to resolve my issue, so it can be closed, but i think the underlying issue is still here
Sorry, something went wrong.
No branches or pull requests
hello !
with this directory sturcture:
having a
automod::dir!("src/foo")
giveserror: couldn't read crate/src/a.rs: No such file or directory (os error 2)
thanks !
The text was updated successfully, but these errors were encountered: