Closed
Description
This comes from a discussion in #86230: for the moment, we call libtest
from two places: markdown.rs
(which is used when we provide a markdown file as input) and doctest.rs
(when a rust file is provided as input, the default).
Both calls can be found when grepping with testing::test_main(
.
Activity
camelid commentedon Jun 12, 2021
Probably the deduplicated logic should go in
doctest.rs
.Rollup merge of rust-lang#87372 - GuillaumeGomez:move-test_main-calls…
Rollup merge of rust-lang#87372 - GuillaumeGomez:move-test_main-calls…