mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 17:56:06 +00:00
libtest: Print why a test was ignored if it's the only test specified. Fixes [#106659](https://github.com/rust-lang/rust/issues/106659) Needed by [106763](https://github.com/rust-lang/rust/pull/106763)