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
I've recently updated Cargo 3DS, and cargo 3ds rustdoc no longer works. Looks like #21 is the culprit. (Also, looks like #26 would fix this)
cargo 3ds rustdoc
cc @SteveCookTU
The text was updated successfully, but these errors were encountered:
Good catch with this. I originally focused on build, test, and run.
build
test
run
For anyone looking for a workaround, cargo can be run with the flags manually to generate docs unttil #26 is merged.
cargo rustdoc --target="armv6k-nintendo-3ds" -Zbuild-std
Sorry, something went wrong.
Working again after #26
No branches or pull requests
I've recently updated Cargo 3DS, and
cargo 3ds rustdoc
no longer works. Looks like #21 is the culprit.(Also, looks like #26 would fix this)
cc @SteveCookTU
The text was updated successfully, but these errors were encountered: