about summary refs log tree commit diff
path: root/src/test/ui/async-await/async-borrowck-escaping-block-error.stderr
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-41/+0
2022-11-24Avoid `GenFuture` shim when compiling async constructsArpad Borsos-10/+10
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-3/+3
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-3/+3
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-3/+3
2021-08-11Modify structured suggestion outputEsteban Küber-2/+2
2021-07-30Use multispan suggestions more oftenEsteban Küber-2/+2
2021-05-01Closure capture borrow diagnostics for disjoint capturesChris Pardy-3/+3
2020-04-08Suggest move for closures and async blocks in more cases.Alex Aktsipetrov-6/+25
2019-10-10query generator kind for error reportingcsmoe-1/+1
2019-10-08suggest to add move keyword for generatorcsmoe-2/+2
2019-10-06add testcase for generator move suggestioncsmoe-0/+22