with the recent addition of our allocator API, some methods using collections broke, as in #632
we currently lack a proper testing suite for operations involving SmallVec and its collections under a custom allocator
create a new testing file that defines a custom allocator not marked as global and runs many of the tests tests/main.rs does, specially those relevant to things that might conflict with the allocator, such as collections
with the recent addition of our allocator API, some methods using collections broke, as in #632
we currently lack a proper testing suite for operations involving
SmallVecand its collections under a custom allocatorcreate a new testing file that defines a custom allocator not marked as global and runs many of the tests
tests/main.rsdoes, specially those relevant to things that might conflict with the allocator, such as collections