Christian Poveda Ruiz

Results 298 comments of Christian Poveda Ruiz

> The goal of the ID in these callbacks is to find links aliases to discovered types. Without that, the aliases are way less useful as we don't know which...

yep closing as duplicate of https://github.com/rust-lang/rust-bindgen/issues/1594

I think `core::ffi` is used if the `use_core` option is enabled and the rust target is high enough. Isn't that the case?

I think this is a sensible default. I don't see any immediate reason to not use `core::ffi` if available. In general I don't see any reasons to not use `core`...

This would also fix https://github.com/rust-lang/rust-bindgen/discussions/2513

> This is great (lacking tests but that should be doable?) yeah testing this shouldn't be that hard. > that said, why making it cli-only? It seems it might be...

This sounds like an upstream issue to me. But I might be wrong.

@jbaublitz I think I'm still leaning towards the option of putting those constants as associated constants under the `enum`'s `impl` block. That would keep them in a namespace that has...

@jbaublitz @ojeda the discussion we've had so far here makes me think that we need to figure out a better way to integrate this feature as it has revealed some...