This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
359bfa901b9d8eddbed7b88b6716dbb77b7bfb95
rust
/
tests
/
run-make
/
rustdoc-scrape-examples-remap
/
rmake.rs
7 lines
73 B
Rust
Raw
Normal View
History
Unescape
Escape
ignore `run-make` tests that need `std` on `no_std` targets In particular, anything that includes `none` in the target tripple, and `nvptx64-nvidia-cuda`
2025-06-12 15:06:12 +02:00
//@ needs-target-std
Migrate `run-make/rustdoc-scrape-examples-remap` to `rmake.rs`
2024-05-17 12:12:44 +02:00
mod
scrape
;
fn
main
(
)
{
Migrate `run-make/rustdoc-scrape-examples-test` to new `rmake.rs`
2024-05-19 14:00:12 +02:00
scrape
::
scrape
(
&
[
]
)
;
Migrate `run-make/rustdoc-scrape-examples-remap` to `rmake.rs`
2024-05-17 12:12:44 +02:00
}
Reference in New Issue
Copy Permalink