Mention target_has_atomic stabilization
This commit is contained in:
parent
650358fa00
commit
37faaf295e
@ -92,6 +92,7 @@ fn main() {
|
|||||||
println!("cargo:rustc-cfg=no_relaxed_trait_bounds");
|
println!("cargo:rustc-cfg=no_relaxed_trait_bounds");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Support for #[cfg(target_has_atomic = "...")] stabilized in Rust 1.60.
|
||||||
if minor < 60 {
|
if minor < 60 {
|
||||||
println!("cargo:rustc-cfg=no_target_has_atomic");
|
println!("cargo:rustc-cfg=no_target_has_atomic");
|
||||||
// Allowlist of archs that support std::sync::atomic module. This is
|
// Allowlist of archs that support std::sync::atomic module. This is
|
||||||
|
Loading…
Reference in New Issue
Block a user