about summary refs log tree commit diff
path: root/src/test/ui/parser/issue-14303-path.rs
AgeCommit message (Collapse)AuthorLines
2021-11-20Move parser tests to parser/issues subdirectoryBadel2-13/+0
Because the parser directory has already reached the 1000 file limit.
2020-02-22Move generic arg / param validation to `create_substs_for_generic_args`varkor-1/+1
2019-02-07Update testsvarkor-1/+1
Co-Authored-By: Gabriel Smith <yodaldevoid@users.noreply.github.com>
2019-01-12Suggest correct location for lifetime parameters in useEsteban Küber-1/+0
2019-01-12Remove unrelated errors from parse stderr testsEsteban Küber-4/+10
2019-01-11fix testsEsteban Küber-0/+1
2019-01-11Continue parsing after lifetime in incorrect locationEsteban Küber-0/+3
2019-01-06tests: Do not use `-Z parse-only`, continue compilation to test recoveryVadim Petrochenkov-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-21Move parse-fail tests to UIVadim Petrochenkov-0/+14