mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 18:27:37 +00:00

In particular, anything that includes `none` in the target tripple, and `nvptx64-nvidia-cuda`
7 lines
73 B
Rust
7 lines
73 B
Rust
//@ needs-target-std
|
|
mod scrape;
|
|
|
|
fn main() {
|
|
scrape::scrape(&[]);
|
|
}
|