-
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" goal
Milestone
Description
Filing for investigation.
The recent crater run found an interesting case in proptest-arbitrary
0.2.2, which used to compile with AST borrowck.
There are 2 reproductions:
- the first collates the necessary parts from
proptest-arbitrary
andproptest
and reproduces faithfully the messages from the crater run. Playground. - the second is a bit more minimal, while still being accepted by AST borrowck. It is however, in an effort to simplify the code, partially automatically reduced to focus on only one of these two identical errors. Playground.
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" goal