mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-07 04:08:49 +00:00
6 lines
146 B
Rust
6 lines
146 B
Rust
fn main() {
|
|
if version_check::is_min_version("1.41.0").unwrap_or(false) {
|
|
println!("cargo:rustc-cfg=relaxed_coherence");
|
|
}
|
|
}
|