-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
"Unrecognized option: 'crate-version'" panic when building docs with uuid
feature enabled
#1670
Comments
That seems like something on your end. We never manually invoke Do you have something weird going on with your |
I've only got the one: └──> sudo find / -name rustdoc -type f -executable
/var/tmp/.whirm/unburden/whirm/rustup-toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustdoc
/home/whirm/.cargo/bin/rustdoc └──> /var/tmp/.whirm/unburden/whirm/rustup-toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustdoc -V
rustdoc 1.60.0-nightly (4e8fb743c 2022-02-03)
└──> /home/whirm/.cargo/bin/rustdoc -V
rustdoc 1.60.0-nightly (4e8fb743c 2022-02-03)
└──> rustdoc -V
rustdoc 1.60.0-nightly (4e8fb743c 2022-02-03)
I uninstalled all toolchains and then installed nightly just to be sure. A crate with just the same version of After some more testing, I realized it works fine with the Could you see if you can reproduce it with current nightly before I report it upstream? Thanks! |
This has already been reported upstream and there's a PR that should fix it as of three days ago. |
Nice! closing this one then. Thanks! |
Reproduceable in nightly with a new crate and the following Cargo.toml:
If I try with this Cargo.toml it works fine:
Thanks for your work!
The text was updated successfully, but these errors were encountered: