-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
350MB-long type name regression in 1.46 #76785
Copy link
Copy link
Closed
Labels
A-type-systemArea: Type systemArea: Type systemC-bugCategory: This is a bug.Category: This is a bug.T-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-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.
Metadata
Metadata
Assignees
Labels
A-type-systemArea: Type systemArea: Type systemC-bugCategory: This is a bug.Category: This is a bug.T-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-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Build fails with:
To reproduce:
It compiles in 1.45 with the default type length limit.
In 1.46 it won't compile unless I add
#![type_length_limit="347827478"]to a couple of libraries in the workspace.Meta
It affects 1.46 stable, and nightlies since 2020-08-14.
cargo bisect-rustcblames 0a49057 for the regression.