We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65e044 commit 85840b5Copy full SHA for 85840b5
cudnn-sys/build.rs
@@ -62,6 +62,7 @@ fn main() {
62
// requires a nightly rustc and enabling
63
// unstable features.
64
.no_unstable_rust()
65
+ .hide_type("max_align_t") // https://github.com/servo/rust-bindgen/issues/550
66
.raw_line(r"
67
//! Defines the FFI for CUDA cuDNN.
68
//!
0 commit comments