-
Notifications
You must be signed in to change notification settings - Fork 204
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
Missing targets when requested from metadata #2424
Comments
The issue will be that those targets failed to build, nothing being shown in the build logs is #787 Trying
while
(I've recently noticed that there's now https://github.com/dtolnay/cargo-docs-rs which could be used to test the docs build in CI relatively similarly to how it will run on docs.rs) |
Thanks! I've copied this info to the I assume there's no reason to keep this issue open. |
triggered by this discussion I had another look at logging non-default build targets: #2427 |
In https://docs.rs/wgpu/0.19.1/wgpu/index.html and https://docs.rs/wgpu/0.19.0/wgpu/index.html, the Platform menu lists only
x86_64-pc-windows-msvc
andx86_64-unknown-linux-gnu
, even though theCargo.toml
containsThe prior version https://docs.rs/wgpu/0.18.0/wgpu/ does have
wasm32-unknown-unknown
, but still notx86_64-apple-darwin
. It seems like in both cases certain targets are being silently ignored (even the build log has no info on this) and this has gotten worse between the two versions.The text was updated successfully, but these errors were encountered: