On Mon, Sep 16, 2024 at 4:07 PM Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx> wrote: > > It is possible to have CALL_PADDING && !FINEIBT, which means one can > trigger a build error if the compiler is not recent enough. Should we > test for CALL_PADDING here? Alice confirmed offline that she agrees, so I just changed the requirement in `rust-next`. [ Replaced `!FINEIBT` requirement with `!CALL_PADDING` to prevent a build error on older Rust compilers. Fixed typo. - Miguel ] Cheers, Miguel