-
-
Notifications
You must be signed in to change notification settings - Fork 16k
Duplicate extern crate in doc tests (2021-11-21 Nightly Regression) #91134
Copy link
Copy link
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-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.
Description
Activity
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-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.
We have a Rust-2015 doc test which has an
extern crate $CRATE_DOC_TEST_IS_INwhich started failing to build on nightly 2021-11-21 (but passes on stable/2021-11-20).It now fails with