-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-NLLArea: Non-lexical lifetimes (NLL)Area: Non-lexical lifetimes (NLL)NLL-completeWorking towards the "valid code works" goalWorking towards the "valid code works" goalT-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.
Milestone
Description
The recent crater run found an incorrect T: 'static
bound compiling cswinter.locustdb.c5942997e6bdbb94fe0920e67bd96b0637399b97 (log). This looks perhaps like a variant of #53119.
Metadata
Metadata
Assignees
Labels
A-NLLArea: Non-lexical lifetimes (NLL)Area: Non-lexical lifetimes (NLL)NLL-completeWorking towards the "valid code works" goalWorking towards the "valid code works" goalT-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
Projects
Relationships
Development
Select code repository
Activity
nikomatsakis commentedon Aug 21, 2018
The following errors look similar, but it's hard to tell if it's the same problem:
nikomatsakis commentedon Aug 27, 2018
Did a bit of digging. The error here seems to result from us (incorrectly, I think?) promoting a
'_#5
bound (which represents'a
in the minimized example) to'static
. I'm not 100% sure why this is happening yet, had to stop digging for now, will return to it.nikomatsakis commentedon Aug 27, 2018
OK, I see the problem and have a forthcoming fix.
nikomatsakis commentedon Sep 5, 2018
Leaving this on the RC milestone — fix is in #53745
Auto merge of #53745 - nikomatsakis:nll-issue-53570, r=pnkfelix