mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-11 14:48:41 +00:00
4 lines
77 B
Rust
4 lines
77 B
Rust
fn main() {
|
|
println!("cargo::rustc-check-cfg=cfg(stdarch_intel_sde)");
|
|
}
|