Skip to content

Commit 85840b5

Browse files
committed
fix/bindgen: hide max_align_t
See rust-lang/rust-bindgen#550 for details.
1 parent c65e044 commit 85840b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cudnn-sys/build.rs

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ fn main() {
6262
// requires a nightly rustc and enabling
6363
// unstable features.
6464
.no_unstable_rust()
65+
.hide_type("max_align_t") // https://github.com/servo/rust-bindgen/issues/550
6566
.raw_line(r"
6667
//! Defines the FFI for CUDA cuDNN.
6768
//!

0 commit comments

Comments
 (0)