-
Notifications
You must be signed in to change notification settings - Fork 213
Closed
Labels
C-build-failureCategory: This is a crate that failed to buildCategory: This is a crate that failed to build
Description
Crate name:
constellation-rs
Build failure link:
https://docs.rs/crate/constellation-rs/0.1.8
"constellation-rs-0.1.8 doesn't have any documentation."
Additional details:
The crate is substantially unchanged since v0.1.6 which built documentation correctly in September: https://docs.rs/crate/constellation-rs/0.1.6
My other crates crates are building fine; the only out of the ordinary thing about this crate is probably this in the Cargo.toml:
[lib]
name = "constellation"
From a cursory glance this might be the issue:
docs.rs/src/docbuilder/rustwide_builder.rs
Lines 284 to 289 in d9d7a33
has_docs = build | |
.host_target_dir() | |
.join(&res.target) | |
.join("doc") | |
.join(name.replace("-", "_")) | |
.is_dir(); |
Perhaps instead of the crate name it should test if any of the package names exist as directories?
zao
Metadata
Metadata
Assignees
Labels
C-build-failureCategory: This is a crate that failed to buildCategory: This is a crate that failed to build