Skip to content
This repository was archived by the owner on Feb 1, 2020. It is now read-only.

Commit c31767d

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cublas-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 cuBLAS.
6768
//!

0 commit comments

Comments
 (0)