-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
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
No such file bug on rust-lang/rust #77
Comments
The error message is misleading that
is actually not containing a I guess it's better to just warn the user about this and continue rather then aborting. |
PR #76 covers changes needed for this, but running it on the rust codebase also uncovered a few more issues which will be addressed in the same PR |
Please give |
Looks like it works in one of my crate based on standard library liballoc. But there is an issue in rust-lang/rust:
|
Could you open a new issue with backtrack? Funny enough, I tested it yesterday on last week's rust codebase which seemed fine (no further steps done, just git clone) |
Describe the bug
It errors but the error should be incorrect.
To Reproduce
Steps to reproduce the behaviour:
git clone https://github.com/rust-lang/rust
cd rust
cargo spellcheck
Error: Failed to parse manifest file /home/ivan/src/pickfire/rs/rust/src/bootstrap/Cargo.toml: No such file or directory (os error 2)
ls
does show the file. Content:It is quite long but it also does not work for other directories as well.
Expected behavior
I don't know, it should check something.
Screenshots
Pplease complete the following information:
cargo install --git https://github.com/drahnr/cargo-spellcheck cargo-spellcheck
0.3.0-alpha.6
Additional context
Reference rust-lang/rust#74697 (comment)
The text was updated successfully, but these errors were encountered: