-
Notifications
You must be signed in to change notification settings - Fork 193
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
an unknown tool name found in scoped lint: rustdoc #125
Labels
Comments
Is it missing some |
it seems that you just need to update the Rust version to because these |
This is blocked on #126. Thank you for reporting the issue! |
We now have up-to-date nightly builds using GitHub CI! Thank you to everyone for the encouragement. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What did you try to do?
I tried to run
docker run --rm -it [-v ...] ekidd/rust-musl-builder cargo build --release
on a project which depends on the official AWS SDK for RustWhat happened?
What did you hope to happen?
Compiling works without error... I think it misses some "rustdoc" dependencies for that (maybe using some
rustup component add ...
commands or something), but I can't tell which one...All I can say is that I am able to run
cargo check
on MacOS with a default rustup installation 🤷Additional information
I created an issue on AWS side too: awslabs/aws-sdk-rust#156 ... because I can't tell who's wrong in this story
The text was updated successfully, but these errors were encountered: