Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try-perf
/
.
/
tests
/
run-make
/
rustdoc
/
scrape-examples
/
invalid-expr
/
rmake.rs
blob: e4ae84447eb96bbcde142c5f92c5d1670a7515a7 [
file
] [
edit
]
//@ needs-target-std
#[
path
=
"../remap/scrape.rs"
]
mod
scrape
;
fn
main
()
{
scrape
::
scrape
(&[],
&[]);
}