• Arnaldo Carvalho de Melo's avatar
    rust: bindgen: Add `alt_instr` as opaque type · 3098cb65
    Arnaldo Carvalho de Melo authored
    To address this build error:
    
        BINDGEN rust/bindings/bindings_generated.rs
        BINDGEN rust/bindings/bindings_helpers_generated.rs
        EXPORTS rust/exports_core_generated.h
        RUSTC P rust/libmacros.so
        RUSTC L rust/compiler_builtins.o
        RUSTC L rust/alloc.o
        RUSTC L rust/bindings.o
        RUSTC L rust/build_error.o
        EXPORTS rust/exports_alloc_generated.h
      error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type
           --> /var/home/acme/git/linux/rust/bindings/bindings_generated.rs:10094:1
            |
      10094 | / pub struct alt_instr {
      10095 | |     pub instr_offset: s32,
      10096 | |     pub repl_offset: s32,
      10097 | |     pub __bindgen_anon_1: alt_instr__bindgen_ty_1,
      10098 | |     pub instrlen: u8_,
      10099 | |     pub replacementlen: u8_,
      10100 | | }
            | |_^
            |
      note: `alt_instr__bindgen_ty_1__bindgen_ty_1` has a `#[repr(align)]` attribute
           --> /var/home/acme/git/linux/rust/bindings/bindings_gener...
    3098cb65
bindgen_parameters 691 Bytes