Christian Poveda Ruiz
Christian Poveda Ruiz
maybe I misread the microsoft docs but it seems to imply that `LIBCLANG_PATH` should be in `PATH` as well. Is that the case?
once #3002 is merged, bindgen will have support for editions. However, it seems to me that this should be enabled regardless of the edition for every rust target greater or...
I'm closing this issue as the root issue has been clarified.
Is there any chance you could document this in the changelog? it looks good to me otherwise
In principle, it would be good enough if `cc` could provide the flags passed to the C compiler somehow as then you could feed them as `clang_args` to `bindgen`. Whether...
Hmmm... That sounds like it might be a `clang` issue. I'll check `bindgen`'s logic to fetch comments to be sure.
@Visne thanks! I'm going to document this in the user's guide :)
Sounds like a duplicate of https://github.com/rust-lang/rust-bindgen/issues/2101
I agree this is a bit inflexible even though the behavior is documented. We need to: - ~~Update the docs for the `no_copy` method and the `--no-copy` flag explaining that...