about summary refs log tree commit diff
path: root/src/test/ui/const-generics/const-param-before-other-params.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-8/+0
2022-09-09reviewlcnr-1/+1
2022-09-08update ui testslcnr-1/+1
2021-12-10update testsEllen-0/+8
2020-08-26Added a lot of min_const_generics revisionsAmjad Alsharafi-8/+0
2020-08-09Test lifetimes after types after consts forbiddenkadmin-1/+1
Added more complex test and changed error message
2020-08-08Rm restriction on ord of default types w/ constskadmin-7/+1
2020-02-22Add note regarding argument orderingvarkor-8/+0
2020-02-22Move generic arg / param validation to `create_substs_for_generic_args`varkor-2/+10
2019-07-30--bless tests due to INCOMPLETE_FEATURES being a lint.Mazdak Farrokhzad-8/+2
2019-05-04Early error for mixing order of const and type parametersvarkor-6/+6
2019-03-05Update const generics testsvarkor-15/+3
Co-Authored-By: Gabriel Smith <yodaldevoid@users.noreply.github.com>
2019-02-16Don't abort early when collecting const genericsvarkor-1/+7
2019-02-07Fix ast_validation printing of const genericsvarkor-2/+2
2019-02-07Add test for const parameter before other generic parametersvarkor-0/+26