Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
run-make
/
rustdoc-scrape-examples-remap
/
rmake.rs
blob: 920a65d56f8e5819d05a2af70e01e3b03b01bf77 [
file
] [
edit
]
//@ needs-target-std
mod
scrape
;
fn
main
()
{
scrape
::
scrape
(&[],
&[]);
}