mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-28 21:55:31 +00:00

In particular, anything that includes `none` in the target tripple, and `nvptx64-nvidia-cuda`
8 lines
128 B
Rust
8 lines
128 B
Rust
//@ needs-target-std
|
|
#[path = "../rustdoc-scrape-examples-remap/scrape.rs"]
|
|
mod scrape;
|
|
|
|
fn main() {
|
|
scrape::scrape(&[]);
|
|
}
|