]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: proc_macro: Mirror FFIString changes in C++library
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Wed, 26 Jul 2023 13:39:25 +0000 (15:39 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 16 Jan 2024 17:55:59 +0000 (18:55 +0100)
commit973f4088efa74e3c181169b77c22358ae179d4d6
treeddaf5e622d0d7f8bff9f1a119f71813f7449c0cc
parentf00f3837ef1317b46a6b1a458140e98d0d18fd4d
gccrs: proc_macro: Mirror FFIString changes in C++library

Recent changes in the rust interface on some extern C function shall be
synced up in the C++ library.

libgrust/ChangeLog:

* libproc_macro/literal.cc (Literal__from_string):
Update to match rust interface.
* libproc_macro/literal.h (Literal__from_string):
Likewise.
* libproc_macro/tokenstream.cc (TokenStream__from_string):
Likewise.
* libproc_macro/tokenstream.h (TokenStream__from_string):
Likewise.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
libgrust/libproc_macro/literal.cc
libgrust/libproc_macro/literal.h
libgrust/libproc_macro/tokenstream.cc
libgrust/libproc_macro/tokenstream.h