You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is necessary in order for `rustfmt` to understand our
(relatively-new) usages of rust `c"C Strings"`.
However, the word `gen` has been promoted to a keyword in 2024 edition,
which borks `rustfmt` in a different way. Fixing this requires that we
have a version of bindgen with
rust-lang/rust-bindgen#3100, which, of course,
has not been released yet. So I don't know where to go next.
0 commit comments