Christian Poveda Ruiz
Christian Poveda Ruiz
I think that's because you're missing the `experimental` feature on your `bindgen` dependency.
yeah this might have been an oversight. But the next version of bindgen won't require the `experimental` to use the feature.
> Got some more issues addressed in https://github.com/rust-embedded/heapless/pull/547
I think it'd be great if we could always parse the right msrv from somewhere instead of having to set it up by hand. My only concern is that there...
:wave: I'd like to clarify some points here to (hopefully) avoid any confusion. So first of all, I understand your frustration as I've been several times in your position as...
I'd do it just after the sudoers file is parsed. In that way, both `sudo` and `visudo` can throw a warning.
There isn't but it shouldn't be to difficult to add (famous last words)
hey Bjorn :) I'm all-in if we could replace this hacky solution for something less brittle. Is there something we could do before the `#[link_name("foo", verbatim)]` is actually implemented?
regarding bindgen, the current release is 0.72.0 and their changelog doesn't show any fix that could impact this project. The only slightly relevant one the way opaque types are handled,...
I suspect this might be `libclang`'s fault but I don't have any evidence of this yet.