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