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
When generating the docs for any crate, that has esp-hal in the dep-tree, the build fails while documenting esp-hal/src/twai/mod.rs, since embedded-can is only included when the unstable feature is enabled.
To Reproduce
Generate a new crate and point esp-hal to the main branch
Run cargo doc
Expected behavior
Docs don't fail.
Environment
Any chip
The text was updated successfully, but these errors were encountered:
Please use cargo xtask build-documentation --chips <your chip> --packages esp-hal. Also please note that the whole crate is being overhauled in a major way in this development cycle, where things may or may not work at all before we release it. Breakages like this are expected to happen, especially considering we've barely begun marking APIs unstable.
Bug description
When generating the docs for any crate, that has
esp-hal
in the dep-tree, the build fails while documentingesp-hal/src/twai/mod.rs
, sinceembedded-can
is only included when theunstable
feature is enabled.To Reproduce
esp-hal
to the main branchcargo doc
Expected behavior
Docs don't fail.
Environment
The text was updated successfully, but these errors were encountered: