about summary refs log tree commit diff
path: root/src/test/ui/const-generics/issues/issue-63322-forbid-dyn.rs
AgeCommit message (Expand)AuthorLines
2021-08-30`feature(const_param_types)` -> `feature(adt_const_params)`lcnr-1/+1
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-1/+1
2020-12-26update testsBastian Kauschke-1/+0
2020-08-31Fix duplicate error messages in const_generics testsAmjad Alsharafi-4/+2
2020-08-26Fixed file formatting and made `tidy` happyAmjad Alsharafi-1/+2
2020-08-26Added more min_const_generics revisions to testsAmjad Alsharafi-3/+7
2020-05-09adjust testsRalf Jung-1/+1
2020-04-29forbid `dyn Trait` in const genericsBastian Kauschke-0/+15