about summary refs log tree commit diff
path: root/tests/run-make/rustdoc-scrape-examples-test/rmake.rs
blob: 0868507c4ae5bb0f35d919128a5d1064765cc217 (plain)
1
2
3
4
5
6
7
//@ needs-target-std
#[path = "../rustdoc-scrape-examples-remap/scrape.rs"]
mod scrape;

fn main() {
    scrape::scrape(&["--scrape-tests"]);
}