Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
5f6fa960c254dfda8ba1d5dc2fb281b6908d8005
/
.
/
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
(&[]);
}