about summary refs log tree commit diff
path: root/src/test/ui/const-generics/const-param-before-other-params.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-7/+0
2022-09-09reviewlcnr-1/+1
2022-09-08update ui testslcnr-1/+1
2021-12-10update testsEllen-5/+0
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-5/+3
2020-12-26update testsBastian Kauschke-1/+0
2020-08-31Fix duplicate error messages in const_generics testsAmjad Alsharafi-3/+2
2020-08-26Added a lot of min_const_generics revisionsAmjad Alsharafi-3/+9
2020-08-08Rm restriction on ord of default types w/ constskadmin-3/+1
2020-02-22Expand the documentation for E0747varkor-1/+1
2020-02-22Move generic arg / param validation to `create_substs_for_generic_args`varkor-0/+1
2019-07-30--bless tests due to INCOMPLETE_FEATURES being a lint.Mazdak Farrokhzad-1/+0
2019-05-04Early error for mixing order of const and type parametersvarkor-4/+4
2019-03-05Update const generics testsvarkor-3/+1
2019-02-16Don't abort early when collecting const genericsvarkor-0/+1
2019-02-07Add test for const parameter before other generic parametersvarkor-0/+13