`/u/dbaupp` on reddit points out that [this method](https://github.com/rust-lang/rust/blob/master/src/libcollections/vec.rs#L1961) can be called multiple times and result in getting multiple `&mut [T]` of the exact same data.