about summary refs log tree commit diff
path: root/src/test/ui/async-await/edition-deny-async-fns-2015.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-38/+0
2022-10-05Bless testsMichael Goulet-1/+0
2022-09-09Bless tests, fix ICE with ImplTraitPlaceholderMichael Goulet-1/+2
2020-12-31Consistently call editions "Rust 20xx" in messages.Mara Bos-9/+9
2020-02-13ast_validation: tweak diagnostic outputMazdak Farrokhzad-1/+1
2019-08-20Remove async_await gates from tests.Mazdak Farrokhzad-2/+0
2019-06-29Always parse 'async unsafe fn' + properly ban in 2015.Mazdak Farrokhzad-0/+6
2019-05-24Move async/await tests to test/ui/async-awaitvarkor-0/+34