about summary refs log tree commit diff
path: root/src/test/ui/const-generics/defaults/simple-defaults.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-13/+0
2021-12-10update testsEllen-1/+0
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-3/+0
2021-04-21loosen ordering restricts for `const_generics_defaults`lcnr-5/+5
2021-03-29Prefer 4 spacesJohnTitor-3/+3
2020-12-26update testsBastian Kauschke-1/+0
2020-09-10Add revisions to const generic default UI tests.Hameer Abbasi-3/+6
2020-08-09Change Ord impl for ParamKindOrdkadmin-0/+15
Updated tests and error msgs Update stderr from test Update w/ lcnr comments Change some tests around, and also updated Ord implementation for ParamKindOrd Update w/ nits from lcnr