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