-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Rocket fails to build on latest nightly #89935
Copy link
Copy link
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.P-criticalCritical priorityCritical priorityT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler 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
C-bugCategory: This is a bug.Category: This is a bug.P-criticalCritical priorityCritical priorityT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler 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 created a project with the following
Cargo.toml:Cargo.lockOn the latest nightly, this fails to build with:
There is no such error with
+nightly-2021-10-14.Version it worked on
rustc +nightly-2021-10-14 --version --verbose:Version with regression
rustc +nightly-2021-10-16 --version --verbose: