about summary refs log tree commit diff
path: root/src/test/codegen/slice-as_chunks.rs
AgeCommit message (Collapse)AuthorLines
2021-01-16Try ignore-debug in the codegen testScott McMurray-0/+1
This fixed things the last time I had a problem like this. And plausibly will here too -- the check it's failing on is for the high bit being set in the length of the slice, which is a check that's only in a debug_assert.
2021-01-15Add `as_rchunks` (and friends) to slicesScott McMurray-0/+32