mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-14 04:23:47 +00:00
5 lines
94 B
Rust
5 lines
94 B
Rust
fn main() {
|
|
#[cfg(feature = "debug")]
|
|
println!("cargo:rustc-cfg=debug_assertions");
|
|
}
|