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
rust-lang/rust#117472 stabilized c"" string literals and is supposed to be released with 1.77, so when that comes out, we can update our toolchain, use c"" string literals instead of the cstr! macro and the cstr crate.