std: enable feature(slice_ptr_len) on xous
Xous passes slice pointers around in order to manipulate memory. This is feature-gated behind `slice_ptr_len`. Xous is currently the only target to use this feature, so gate it behind an OS flag. Signed-off-by: Sean Cross <sean@xobs.io>
S
Sean Cross committed
6c32a64962f591e6fd4cab72f63555b157684323
Parent: 00280c8