summary refs log tree commit diff
path: root/src/test/ui/const-generics/invalid-enum.rs
AgeCommit message (Expand)AuthorLines
2021-12-10update testsEllen-1/+1
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
2021-02-16Update w/ commentskadmin-6/+6
2020-11-16improve error message for const ty param mismatchBastian Kauschke-8/+4
2020-09-03Add further tests and liberalize type checkingkadmin-2/+24
2020-09-03Initial commitkadmin-0/+17