You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! As title says, my relatively-trivial crate is failing to build in docs.rs and the error message is not very useful.
My crate is just a single lib.rs src file... Just one special thing I can imagine is that it's depending on a cargo unstable feature bindeps so the crate is containing .cargo/config.toml file with a simple content:
[unstable]
bindeps = true
and the crate is depending on an binary-only carte protoc-plugin-bin.
Crate name
protoc-plugin-by-closure
Build failure link
https://docs.rs/crate/protoc-plugin-by-closure/0.1.3/builds/1281496
Additional details
Hello! As title says, my relatively-trivial crate is failing to build in docs.rs and the error message is not very useful.
My crate is just a single
lib.rs
src file... Just one special thing I can imagine is that it's depending on a cargo unstable featurebindeps
so the crate is containing.cargo/config.toml
file with a simple content:and the crate is depending on an binary-only carte
protoc-plugin-bin
.My repository dir
thanks in advance,
The text was updated successfully, but these errors were encountered: