proc_macro does not have a constructor for c string literals #118560
Labels
A-proc-macros
Area: Procedural macros
C-bug
Category: This is a bug.
F-c_str_literals
`#![feature(c_str_literals)]`
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
C string literals have been stabilized (#117472) but there is no way to create them in proc macros.
The text was updated successfully, but these errors were encountered: