Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VaList::copy should not require a mutable ref
VaList::copy does not need to take a mutable reference. The va_copy intrinsic takes a immutable reference.
- Loading branch information