-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Rustdoc regression (overflow evaluating the requirement …) #79459
Copy link
Copy link
Closed
Labels
-Znormalize-docsUnstable rustdoc option: Normalize/evaluate types when generating docsUnstable rustdoc option: Normalize/evaluate types when generating docsA-associated-itemsArea: Associated items (types, constants & functions)Area: Associated items (types, constants & functions)P-criticalCritical priorityCritical priorityT-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.
Metadata
Metadata
Assignees
Labels
-Znormalize-docsUnstable rustdoc option: Normalize/evaluate types when generating docsUnstable rustdoc option: Normalize/evaluate types when generating docsA-associated-itemsArea: Associated items (types, constants & functions)Area: Associated items (types, constants & functions)P-criticalCritical priorityCritical priorityT-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Code
I tried this code:
I expected to see this happen:
cargo doc --no-depssucceedsInstead, this happened: Running
cargo doc --no-depsfailed with the following error message:(Note that compiling/checking that code via
cargo run/cargo checkwill just work fine)Version it worked on
It most recently worked on:
rustdoc 1.50.0-nightly (b48cafd9e 2020-11-25)Version with regression
rustdoc --version:If you know when this regression occurred, please add a line like below, replacing
{channel}with one of stable, beta, or nightly.@rustbot modify labels: +regression-from-stable-to-nightly -regression-untriaged