Lifetime errors on nightly-2019-09-11 but not nightly-2019-09-10 #64433
Labels
A-async-await
Area: Async & Await
A-lifetimes
Area: Lifetimes / regions
AsyncAwait-Polish
Async-await issues that are part of the "polish" area
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The code below will compile without warnings on
nightly-2019-09-10
, but returns a lifetime error onnightly-2019-09-11
and later.cargo +nightly-2019-09-10 build
compiles the code without warnings, andcargo +nightly-2019-09-11 build
gives the following error:Meta
The text was updated successfully, but these errors were encountered: