Closed
Description
Add a 'task
lifetime that represents things that live as long as the task, e.g. borrowing a @T
would give a &'task T
.
I haven't met any instance where I really needed this; but @bblum said he'd be interested, and I have met a few lifetime issues with borrowing things out of @
in a chain (but this is probably just #3511).