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