We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b277217 commit edca52dCopy full SHA for edca52d
cublas-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 cuBLAS.
68
//!
0 commit comments