We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c59d45b commit ab81854Copy full SHA for ab81854
proc_macro/src/bridge/mod.rs
@@ -337,6 +337,8 @@ pub enum LitKind {
337
StrRaw(u8),
338
ByteStr,
339
ByteStrRaw(u8),
340
+ CStr,
341
+ CStrRaw(u8),
342
Err,
343
}
344
@@ -350,6 +352,8 @@ rpc_encode_decode!(
350
352
StrRaw(n),
351
353
354
ByteStrRaw(n),
355
356
+ CStrRaw(n),
357
358
359
);
0 commit comments