about summary refs log tree commit diff
path: root/src/test/ui/async-await/async-fn-nonsend.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-74/+0
2022-02-28Enable drop-tracking tests behind -Zdrop-trackingEric Holk-5/+1
2022-01-21Disable drop range tracking in generatorsEric Holk-0/+4
2022-01-18Update async-fn-nonsend.rsEric Holk-2/+16
2022-01-18Handle uninhabited return typesEric Holk-2/+0
2022-01-18Handle empty loops betterEric Holk-0/+8
2022-01-18Make generator and async-await tests passEric Holk-3/+2
2022-01-18Track drop points in generator_interiorEric Holk-4/+4
2020-02-02compiletest: error if `compile-fail` header in ui test.Tyler Lanphear-1/+0
2020-01-20Fix UI testMark Rousskov-8/+7
2019-12-08async/await: more improvements to non-send errorsDavid Wood-4/+4
2019-08-20Remove async_await gates from tests.Mazdak Farrokhzad-2/+0
2019-06-25Add more tests for async/awaitTaylor Cramer-0/+59