about summary refs log tree commit diff
path: root/src/test/ui/parser/duplicate-visibility.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-9/+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/+5
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-2/+0
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-2/+3
Redirects `const? async? unsafe? pub` to `pub const? async? unsafe?`. Fix #76437
2021-01-13Update tests for extern block lintingMark Rousskov-1/+1
2020-02-24parse: tweak diagnostic wordingsMazdak Farrokhzad-1/+1
2020-02-24parser: tweak unmatched wordingMazdak Farrokhzad-1/+1
2020-02-24parse: use `parse_item_common` in `parse_foreign_item`.Mazdak Farrokhzad-1/+2
2020-02-15fuse extern & associated item parsing up to defaultnessMazdak Farrokhzad-1/+1
2020-02-13parser: misc small item related improvements & cleanups.Mazdak Farrokhzad-2/+1
2020-02-13parser: unify item list parsing.Mazdak Farrokhzad-0/+3
as a consequence, `trait X { #![attr] }` becomes legal.
2020-02-05parser: merge `fn` grammars wrt. bodies & headersMazdak Farrokhzad-1/+1
also refactor `FnKind` and `visit_assoc_item` visitors
2019-01-06tests: Do not use `-Z parse-only`, continue compilation to test recoveryVadim Petrochenkov-2/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-21Move parse-fail tests to UIVadim Petrochenkov-0/+16