about summary refs log tree commit diff
path: root/src/test/ui/const-generics/defaults/intermixed-lifetime.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-9/+0
2022-09-09reviewlcnr-2/+2
2022-09-08update ui testslcnr-2/+2
2021-12-10update testsEllen-2/+0
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-2/+0
2021-04-21loosen ordering restricts for `const_generics_defaults`lcnr-6/+4
2020-12-26update testsBastian Kauschke-1/+0
2020-09-10Add revisions to const generic default UI tests.Hameer Abbasi-4/+8
2020-08-09Change Ord impl for ParamKindOrdkadmin-1/+1
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/+3
Added more complex test and changed error message
2020-08-09Added +1 test for only works w/ feat const genkadmin-0/+9
Added this test to ensure that reordering the parameters only works with the feature const generics enabled. Fixed nits Also added another test to verify that intermixed lifetimes are forbidden