summary refs log tree commit diff
path: root/src/test/ui/const-generics/derive-debug-array-wrapper.stderr
AgeCommit message (Collapse)AuthorLines
2019-07-30--bless tests due to INCOMPLETE_FEATURES being a lint.Mazdak Farrokhzad-0/+2
2019-07-07Use const generics for array impls, restricted to 0..=32Scott McMurray-3/+3
- uses a never-stable core::array::LengthAtMost32 to bound the impls - includes a custom error message to avoid mentioning LengthAtMost32 too often - doesn't use macros for the slice implementations to avoid #62433
2019-06-07Add test for deriving Debug for const genericsvarkor-0/+19