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