about summary refs log tree commit diff
path: root/src/test/ui/const-generics/defaults/complex-unord-param.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-17/+0
2021-12-10update testsEllen-5/+1
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-1/+1
2021-03-29Prefer 4 spacesJohnTitor-9/+9
2020-12-26update testsBastian Kauschke-1/+0
2020-09-10Add revisions to const generic default UI tests.Hameer Abbasi-4/+6
2020-08-09Change Ord impl for ParamKindOrdkadmin-8/+0
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
2020-08-09Test lifetimes after types after consts forbiddenkadmin-0/+28
Added more complex test and changed error message