]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #106769 - lenko-d:libtest-print_why_a_test_was_ignored_if_its_the_onl...
authorMatthias Krüger <matthias.krueger@famsik.de>
Sun, 29 Jan 2023 19:03:36 +0000 (20:03 +0100)
committerGitHub <noreply@github.com>
Sun, 29 Jan 2023 19:03:36 +0000 (20:03 +0100)
commit192eecd53a41bb32f2a44a854697835ff67ee890
tree511430fdd8f7a4530a46951fd330d7e217d51817
parent94809b3345bce28bfdde83d68fea5af9aa01af2e
parent77133370ce04666af364c218ba2b2c7ccfb60065
Rollup merge of #106769 - lenko-d:libtest-print_why_a_test_was_ignored_if_its_the_only_test_specified, r=Mark-Simulacrum

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)