We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 650358f commit 37faaf2Copy full SHA for 37faaf2
serde/build.rs
@@ -92,6 +92,7 @@ fn main() {
92
println!("cargo:rustc-cfg=no_relaxed_trait_bounds");
93
}
94
95
+ // Support for #[cfg(target_has_atomic = "...")] stabilized in Rust 1.60.
96
if minor < 60 {
97
println!("cargo:rustc-cfg=no_target_has_atomic");
98
// Allowlist of archs that support std::sync::atomic module. This is
0 commit comments