]> gcc.gnu.org Git - gcc.git/commit
libproc_macro: Add Ident type implementation
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Wed, 15 Feb 2023 15:58:58 +0000 (16:58 +0100)
committerPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Thu, 30 Mar 2023 11:52:30 +0000 (13:52 +0200)
commit95016480c62e0c26d0456282344f48a55ce74f3c
tree21dabc116def43ecfc18719dcf5928231d507677
parentddd0c450bc64e8d44a4c481f3cea0e238d95e08c
libproc_macro: Add Ident type implementation

Add the Ident rust type internal implementation.
ChangeLog:

* librust/proc_macro/rust/bridge.rs: Add ident internal module.
* librust/proc_macro/rust/ident.rs: Add ident internals.
* librust/proc_macro/rust/span.rs: Make internal field public.
* librust/proc_macro/rust/bridge/ident.rs: Add internal Ident
type.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
librust/proc_macro/rust/bridge.rs
librust/proc_macro/rust/bridge/ident.rs [new file with mode: 0644]
librust/proc_macro/rust/ident.rs
librust/proc_macro/rust/span.rs
This page took 0.067985 seconds and 6 git commands to generate.