about summary refs log tree commit diff
path: root/src/test/ui/const-generics/slice-const-param-mismatch.min.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-20/+0
2021-08-30`feature(const_param_types)` -> `feature(adt_const_params)`lcnr-2/+2
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-2/+2
2021-01-05fixed const_generics error helpJake Vossen-2/+2
2020-12-26update testsBastian Kauschke-2/+2
2020-11-24Swap note for helpmendess-2/+2
2020-08-18change const param ty warning messageBastian Kauschke-2/+2
2020-08-12Update stderr fileskadmin-0/+20
And also fix some comments as suggested by lcnr