From b2b4a5e78be83104b4a8ee064dccfff4cabbc9c6 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Thu, 30 Oct 2025 16:09:45 -0400 Subject: [PATCH] Fix build failure from bch_replicas_entry_cpu Signed-off-by: Kent Overstreet --- bch_bindgen/build.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/bch_bindgen/build.rs b/bch_bindgen/build.rs index 698e2afb..55176c9d 100644 --- a/bch_bindgen/build.rs +++ b/bch_bindgen/build.rs @@ -81,6 +81,7 @@ fn main() { .allowlist_type("nonce") .no_debug("bch_replicas_padded") .no_debug("jset") + .no_debug("bch_replicas_entry_cpu") .newtype_enum("bch_kdf_types") .rustified_enum("bch_key_types") .opaque_type("gendisk")