Replace cstr!
with c""
literals when 1.77 is released
#623
Labels
low priority
Issues that we would like to address at some point in the future
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, usec""
string literals instead of thecstr!
macro and thecstr
crate.See #619 (comment).
The text was updated successfully, but these errors were encountered: