Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
53efb3d4f3b67d189a0c72eb475a52017d79d609
/
.
/
tests
/
run-make
/
rustdoc-scrape-examples-multiple
/
rmake.rs
blob: 38943b663c4202b9c722195df53f2b6d075b61bb [
file
] [
log
] [
blame
]
//@ needs-target-std
#[
path
=
"../rustdoc-scrape-examples-remap/scrape.rs"
]
mod
scrape
;
fn
main
()
{
scrape
::
scrape
(&[],
&[]);
}