summary refs log tree commit diff
path: root/src/test/ui/const-generics/defaults/needs-feature.rs
AgeCommit message (Collapse)AuthorLines
2020-08-09Change Ord impl for ParamKindOrdkadmin-3/+12
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-09Added +1 test for only works w/ feat const genkadmin-0/+8
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