-
Notifications
You must be signed in to change notification settings - Fork 118
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
See the error at the top of the page here - https://docs.rs/crate/vortex/latest
The relevant lines from the log seem to be:
[INFO] [stderr] Documenting vortex v0.36.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0391]: cycle detected when computing revealed normalized predicates of `<u8 as fastlanes::delta::Delta>::undelta_pack::{constant#1}`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fastlanes-0.1.8/src/delta.rs:69:1
[INFO] [stderr] |
[INFO] [stderr] 69 | impl_delta!(u8);
[INFO] [stderr] | ^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] note: ...which requires computing normalized predicates of `<u8 as fastlanes::delta::Delta>::undelta_pack::{constant#1}`...
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fastlanes-0.1.8/src/delta.rs:69:1
[INFO] [stderr] |
[INFO] [stderr] 69 | impl_delta!(u8);
[INFO] [stderr] | ^^^^^^^^^^^^^^^
[INFO] [stderr] = note: ...which again requires computing revealed normalized predicates of `<u8 as fastlanes::delta::Delta>::undelta_pack::{constant#1}`, completing the cycle
[INFO] [stderr] = note: cycle used when normalizing `fastlanes::::delta::{impl#0}::undelta_pack::{constant#1}`
[INFO] [stderr] = note: see https://rustc-dev-guide.rust-lang.org/overview.html#queries and https://rustc-dev-guide.rust-lang.org/query.html for more information
[INFO] [stderr] = note: this error originates in the macro `impl_delta` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] For more information about this error, try `rustc --explain E0391`.
[INFO] [stderr] error: could not document `vortex`
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation