Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
run-make
/
rustdoc-scrape-examples-test
/
rmake.rs
blob: 0868507c4ae5bb0f35d919128a5d1064765cc217 [
file
] [
log
] [
blame
]
//@ needs-target-std
#[
path
=
"../rustdoc-scrape-examples-remap/scrape.rs"
]
mod
scrape
;
fn
main
()
{
scrape
::
scrape
(&[
"--scrape-tests"
]);
}