``` thread '<main>' panicked at 'index out of bounds: the len is 1 but the index is 3', ../src/libcollections/vec.rs:1035 ``` Code is at [aarzee/coreutils](https://github.com/aarzee/coreutils/blob/cda8afdc349111e48fc480af25f14fd434a68884/src/stat/stat.rs#L85-L102). Commenting out both of the relevant lines results in no panicking.