Skip to main content


Does anybody have a good idea how one can verify that your rust compiler and the FFI code you interact with use the same libc?

Some of our rust code inside mesa will allocate/deallocate code indirectly via `malloc`/`free` and I don't think we really want to mix and match across different libc impls here.

So we want to figure out at configure or compiler time that everything uses the same libc.

#rust #rustlang

⇧