syn icon indicating copy to clipboard operation
syn copied to clipboard

Parse `c"…"` and `cr"…"` string literals

Open dtolnay opened this issue 2 years ago • 2 comments

RFC: https://github.com/rust-lang/rfcs/pull/3348 Tracking issue: https://github.com/rust-lang/rust/issues/105723

dtolnay avatar Sep 03 '23 06:09 dtolnay

Blocked on https://github.com/rust-lang/rust/issues/112820.

dtolnay avatar Sep 03 '23 06:09 dtolnay

Blocker appears to be resolved and c"..." and cr"..." string literals are stabilized in 1.77 cbindgen is not working with this now due to lack of support in syn

Ddystopia avatar Feb 07 '24 16:02 Ddystopia