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