Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better error message and tests for bad await (#19622) | huantian | 2022-04-13 | 1 | -3/+32 |
| | | | | | | | | | | | * Better error message and tests for bad await * Use compiles to check if await is valid * temp: disable windows noasync test * Better error report, simplify test Co-authored-by: flywind <xzsflywind@gmail.com> | ||||
* | fixes #15804 (#15820) | Andreas Rumpf | 2020-11-02 | 1 | -3/+3 |
| | | | | | | | | | * fixes #15804 * fix the existing test * add the testcase for #15804 Co-authored-by: narimiran <narimiran@disroot.org> | ||||
* | Make await a template (#12085) | Alexander Ivanov | 2020-04-25 | 1 | -0/+15 |
* Make await a template * Generate await inside async/multisync |