]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: libproc_macro: Add Literal type
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Thu, 6 Apr 2023 10:13:13 +0000 (12:13 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 16 Jan 2024 17:34:10 +0000 (18:34 +0100)
commit49eb3f5fc662aa44d1560e9061b33a8c86da958f
tree8baa13cad60e0cb379c0f97dfaf9ef08a2b4ee18
parent4756e2ae8d66ad751b5b923fa2314f650a052ba8
gccrs: libproc_macro: Add Literal type

Add the Literal type matching rust ffi definitions.

libgrust/ChangeLog:

* libproc_macro/proc_macro.h (PROC_MACRO_H): Add
literal header include directive.
* libproc_macro/literal.h: New file.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
libgrust/libproc_macro/literal.h [new file with mode: 0644]
libgrust/libproc_macro/proc_macro.h