Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initially, rust-lang#50233 accidentally changed the capacity of empty ZST. This was pointed out during code review. This commit adds a test to prevent capacity of ZST vectors from accidentally changing to prevent that from happening again.
- Loading branch information