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