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

Commit

Permalink
fix/bindgen: hide max_align_t
Browse files Browse the repository at this point in the history
  • Loading branch information
drahnr committed Jun 19, 2017
1 parent 76b763b commit 0b4ad47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cudnn-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ fn main() {
// requires a nightly rustc and enabling
// unstable features.
.no_unstable_rust()
.hide_type("max_align_t") // https://github.com/servo/rust-bindgen/issues/550
.raw_line(r"
//! Defines the FFI for CUDA cuDNN.
//!
Expand Down

0 comments on commit 0b4ad47

Please sign in to comment.