We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d9a03e commit fdb9726Copy full SHA for fdb9726
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