[NLL] loss of span for type outlives errors in closures/async blocks #99245
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-NLL
Area: Non-lexical lifetimes (NLL)
D-terse
Diagnostics: An error or lint that doesn't give enough information about the problem at hand.
NLL-diagnostics
Working towards the "diagnostic parity" goal
P-medium
Medium priority
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Milestone
Given the following code: https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=aaf294b9353da9ea4ef76206ed0c0a76
The current output is:
Ideally the output should look similar to when constraint is generated in the main fn body:
@rustbot label A-NLL NLL-diagnostics D-terse regression-from-stable-to-beta
The text was updated successfully, but these errors were encountered: