about summary refs log tree commit diff
path: root/src/test/ui/parser/fn-header-semantic-fail.stderr
AgeCommit message (Expand)AuthorLines
2021-08-11Modify structured suggestion outputEsteban Küber-5/+5
2021-05-09remove const_fn feature gateRalf Jung-20/+20
2021-02-24clarifies error when finding mismatched returned types for async functionsNell Shamrell-2/+4
2021-01-13Update tests for extern block lintingMark Rousskov-10/+10
2020-11-17Fix ui tests for `fn`s with qualifiers in `extern` blocksThePuzzlemaker-15/+30
2020-09-29`delay_span_bug` if const-checking an `async` functionDylan MacKenzie-44/+20
2020-09-22Bless testsDylan MacKenzie-20/+44
2020-09-02pretty: trim paths of unique symbolsDan Aloni-2/+2
2020-03-06Further tweak spans in ast validation errorsEsteban Küber-5/+5
2020-02-13ast_validation: tweak diagnostic outputMazdak Farrokhzad-12/+12
2020-02-13parser: fuse free `fn` parsing together.Mazdak Farrokhzad-12/+57
2020-02-13parser_fn_front_matter: allow `const .. extern`Mazdak Farrokhzad-28/+40
2020-02-13IsAsync -> enum Async { Yes { span: Span, .. }, No }Mazdak Farrokhzad-4/+12
2020-02-05parser: merge `fn` grammars wrt. bodies & headersMazdak Farrokhzad-0/+136