Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite FILE_NAME_INFO handling to avoid enlarging slice reference
Rather than referencing a slice's pointer and then creating a new slice with a longer length, offset from the base structure pointer instead. This makes some choices of Rust semantics happier.
- Loading branch information