We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 438034c + fdb9726 commit e85479bCopy full SHA for e85479b
build.rs
@@ -7,7 +7,7 @@ fn main() {
7
* If `core::ffi::c_void` exists, libc can just re-export it. Otherwise, it
8
* must define an incompatible type to retain backwards-compatibility.
9
*/
10
- if rustc_minor_version().expect("Failed to get rustc version") >= 31 {
+ if rustc_minor_version().expect("Failed to get rustc version") >= 30 {
11
println!("cargo:rustc-cfg=core_cvoid");
12
}
13
0 commit comments