-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
Inference regression in nightly affecting Pin::set and futures #56237
Copy link
Copy link
Closed
Labels
P-highHigh priorityHigh 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-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Description
Activity
Metadata
Metadata
Assignees
Labels
P-highHigh priorityHigh 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-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
futures-util-previewdoes not build on the current nightly because the compiler is unable to infer that a type isSized. This is a regression in the latest nightly.The line that errors is here.
Error message:
Relevant commits: edaac35...6acbb5b
cc rust-lang/futures-rs#1350