Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
run-make
/
rustdoc-scrape-examples-invalid-expr
/
rmake.rs
blob: 38943b663c4202b9c722195df53f2b6d075b61bb [
file
]
//@ needs-target-std
#[
path
=
"../rustdoc-scrape-examples-remap/scrape.rs"
]
mod
scrape
;
fn
main
()
{
scrape
::
scrape
(&[],
&[]);
}