about summary refs log tree commit diff
path: root/src/test/ui/async-await/async-block-control-flow-static-semantics.stderr
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-81/+0
2022-11-26Pretty-print generators with their `generator_kind`Arpad Borsos-4/+4
2022-11-24Avoid `GenFuture` shim when compiling async constructsArpad Borsos-4/+2
2022-08-08Adjust wordingMichael Goulet-4/+4
2022-08-07Implement special-cased projection error message for some common traitsMichael Goulet-2/+2
2022-07-21Do if-expression obligation stuff less eagerlyMichael Goulet-9/+9
2022-07-20Suggest returning binding from block or enclosing scope on coerce_forced_unit...Michael Goulet-9/+9
2022-06-28Note concrete type being coerced into objectMichael Goulet-2/+2
2022-03-30Restore `impl Future<Output = Type>` to async blocksMichael Goulet-2/+2
2022-03-22remove [async output] from impl FutureMichael Goulet-2/+2
2021-11-23Update test outputsMichael Goulet-2/+2
2021-02-06path trimming: ignore type aliasesDan Aloni-4/+4
2020-09-02pretty: trim paths of unique symbolsDan Aloni-12/+12
2020-03-23Update testsJohn Kåre Alsaker-16/+16
2019-11-18Surround types with backticks in type errorsEsteban Küber-6/+6
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-10/+0
2019-11-18review comments: tweak prefix stringsEsteban Küber-12/+12
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-2/+2
2019-10-31Fix incorrect diagnostics for expected type in E0271 with an associated typeOhad Ravid-6/+6
2019-10-02WIP fix testsNiko Matsakis-10/+16
2019-08-21more `--bless`ing + test error annotations fixesArtem Varaksa-2/+2
2019-08-21improve diagnostics: break/continue wrong contextArtem Varaksa-4/+12
2019-08-20--bless post no async_await gates in tests.Mazdak Farrokhzad-8/+8
2019-08-18Better error message for break in async blocks.Giles Cope-7/+7
2019-08-09fix testsEsteban Küber-3/+3
2019-08-09Test interaction btw async blocks and ?, return, break.Mazdak Farrokhzad-0/+79