-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
No index for a field #50493
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.
Milestone
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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
This is a strange one to summarize. As best as I have been able to tell: the compiler ICEs with
"no index for a field"if two derived functions each independently acknowledge the existence of a field that is not visible to them.In any case, here is as far as I got minimizing this one:
Reasonable error message on stable and beta. But on nightly:
Mentioning @petrochenkov who added the panicking function in #49718.