mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-22 21:56:30 +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