about summary refs log tree commit diff
path: root/src/test/ui/async-await/edition-deny-async-fns-2015.stderr
AgeCommit message (Expand)AuthorLines
2022-10-05Bless testsMichael Goulet-20/+6
2022-09-21Split out async_fn_in_trait into a separate featureDan Johnson-1/+1
2022-09-09Adjust pretty printing of RPITITsMichael Goulet-2/+2
2022-09-09Bless tests, fix ICE with ImplTraitPlaceholderMichael Goulet-7/+23
2022-03-07diagnostics: only talk about `Cargo.toml` if running under CargoMichael Howell-9/+9
2021-08-30Update test output for stable Rust 2021.Mara Bos-9/+9
2020-12-31Consistently call editions "Rust 20xx" in messages.Mara Bos-9/+9
2020-12-31Add edition 2021.Mara Bos-9/+9
2020-05-05Detect errors caused by `async` block in 2015 editionEsteban Küber-18/+9
2020-02-13ast_validation: tweak diagnostic outputMazdak Farrokhzad-1/+1
2020-02-13parser: move `ban_async_in_2015` to `fn` parsing & improve it.Mazdak Farrokhzad-0/+36
2020-02-13IsAsync -> enum Async { Yes { span: Span, .. }, No }Mazdak Farrokhzad-1/+3
2019-11-18Add error code documentationEsteban Küber-1/+2
2019-11-18Reword help and add testEsteban Küber-0/+3
2019-10-01syntax: reformat passing of `FnHeader` to `parse_item_fn`.Mazdak Farrokhzad-6/+6
2019-08-20--bless post no async_await gates in tests.Mazdak Farrokhzad-10/+10
2019-06-29Always parse 'async unsafe fn' + properly ban in 2015.Mazdak Farrokhzad-11/+17
2019-05-24Move async/await tests to test/ui/async-awaitvarkor-0/+57