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