mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
f45fe573a5
proc_macro: Add Literal::c_string constructor Adds a constructor for C string literals, hopefully starts addressing #118560. Tracking issue: #119750