lerouxrgd / ngt-rs

Rust wrappers for NGT approximate nearest neighbor search
Apache License 2.0
36 stars 6 forks source link

Compilation fails with clang 16 #15

Closed Sufflope closed 11 months ago

Sufflope commented 11 months ago
thread 'main' panicked at '"__mbstate_t_union_(unnamed_at_/usr/include/bits/types/__mbstate_t_h_16_3)" is not a valid Ident', ~/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.67/src/fallback.rs:774:9

Similar to https://github.com/rust-rocksdb/rust-rocksdb/issues/768 https://github.com/rust-rocksdb/rust-rocksdb/issues/713, updating bindgen above 0.63 seems to fix it.