Files
rust/tests/run-make/rustdoc-scrape-examples-test/rmake.rs

8 lines
144 B
Rust
Raw Normal View History

//@ needs-target-std
#[path = "../rustdoc-scrape-examples-remap/scrape.rs"]
mod scrape;
fn main() {
scrape::scrape(&["--scrape-tests"]);
}