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