-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Exponential parse time involving maybe_suggest_struct_literal #105067
Copy link
Copy link
Open
Labels
C-bugCategory: This is a bug.Category: This is a bug.I-compiletimeIssue: Problems and improvements with respect to compile times.Issue: Problems and improvements with respect to compile times.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.
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.I-compiletimeIssue: Problems and improvements with respect to compile times.Issue: Problems and improvements with respect to compile times.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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Code
Where it's slow
According to
-Z time-passes, the slow pass isparse_crate.sample-head.txt
maybe_suggest_struct_literalrepeatedly on the stack is sus.Regression
Regression in nightly-2020-10-09, most likely from #75470, which added the function
maybe_suggest_struct_literal(@estebank)Version
@rustbot label +I-compiletime