mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 08:37:50 +00:00
Move Vec UI tests to unit tests when possible Helps with #76268. I'm moving the tests using `Vec` or `VecDeque`. ````@rustbot```` modify labels: A-testsuite C-cleanup T-libs