Steps to reproduce:
- Visit https://docs.rs/cpal/latest/cpal/, which should be the documentation for
cpal.
- Get redirected to https://docs.rs/crate/cpal/latest
This only happens with latest and not with, for example, https://docs.rs/cpal/0.18.1/cpal/. I notice that the build info says that some but not all builds failed, so, as wild speculation, perhaps what is happening is that the logic to redirect away from a failed docs build is activating when it should not.
@rustbot label +C-bug +A-frontend
Steps to reproduce:
cpal.This only happens with
latestand not with, for example, https://docs.rs/cpal/0.18.1/cpal/. I notice that the build info says that some but not all builds failed, so, as wild speculation, perhaps what is happening is that the logic to redirect away from a failed docs build is activating when it should not.@rustbot label +C-bug +A-frontend