-Znormalize-docs
fails with "overflow evaluating the requirement", whereas normal build succeeds
#93703
Labels
-Znormalize-docs
Unstable rustdoc option: Normalize/evaluate types when generating docs
C-bug
Category: This is a bug.
requires-nightly
This issue requires a nightly compiler in some way.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Repro:
RUSTDOCFLAGS="-Znormalize-docs" cargo doc
fails with a huge errorcargo build
doesn't failOriginally this was found when publishing
teloxide
(it uses rustdoc-scrape-examples and its example useswarp
which hasgeneric-array
in the dependency tree): https://docs.rs/crate/teloxide/0.6.0/builds/505163Error
Meta
rustc --version --verbose
:@rustbot label +T-rustdoc
The text was updated successfully, but these errors were encountered: