rust/tests/run-make/rustdoc-scrape-examples-multiple/rmake.rs
2025-10-29 14:54:54 -07:00

7 lines
133 B
Rust

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