about summary refs log tree commit diff
path: root/src/test/ui/parser/duplicate-visibility.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-22/+0
2022-06-12Improves parser diagnostics, fixes #93867threadexception-2/+2
2021-12-13Update test to new error messageAlexis Bourget-1/+1
2021-12-13Fix broken span and related testsAlexis Bourget-2/+8
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-1/+1
This is step 2 towards fixing #77548. In the codegen and codegen-units test suites, the `//` comment markers were kept in order not to affect any source locations. This is because these tests cannot be automatically `--bless`ed.
2021-03-17Detect pub fn attr wrong order like `async pub`Ivan Tham-15/+10
Redirects `const? async? unsafe? pub` to `pub const? async? unsafe?`. Fix #76437
2021-01-13Update tests for extern block lintingMark Rousskov-2/+2
2020-02-24parse: tweak diagnostic wordingsMazdak Farrokhzad-1/+1
2020-02-24parser: tweak unmatched wordingMazdak Farrokhzad-2/+2
2020-02-24parse: use `parse_item_common` in `parse_foreign_item`.Mazdak Farrokhzad-4/+17
2020-02-15fuse extern & associated item parsing up to defaultnessMazdak Farrokhzad-2/+2
2020-02-13parser: misc small item related improvements & cleanups.Mazdak Farrokhzad-3/+3
2020-02-13parser: unify item list parsing.Mazdak Farrokhzad-1/+1
as a consequence, `trait X { #![attr] }` becomes legal.
2020-02-05parser: merge `fn` grammars wrt. bodies & headersMazdak Farrokhzad-2/+2
also refactor `FnKind` and `visit_assoc_item` visitors
2019-11-06Remove "here" from "expected one of X here"Esteban Küber-1/+1
2019-10-28Tweak unexpected token wordingEsteban Küber-1/+1
2019-01-06tests: Do not use `-Z parse-only`, continue compilation to test recoveryVadim Petrochenkov-1/+1
2018-12-25Remove licensesMark Rousskov-1/+1
2018-10-21Move parse-fail tests to UIVadim Petrochenkov-0/+8