diff options
author | Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com> | 2023-05-10 11:34:45 +0200 |
---|---|---|
committer | Philip Herron <philip.herron@embecosm.com> | 2023-05-17 16:13:45 +0000 |
commit | 37a893441ea2b3e8ac20cad5a1168ab0cd0d3c02 (patch) | |
tree | e9247889df975266ef96bc0da4b298d41618d6c5 /gcc | |
parent | 9cbcb74d71d402bfa20d1a7def6a0eea5e57d525 (diff) | |
download | gcc-37a893441ea2b3e8ac20cad5a1168ab0cd0d3c02.zip gcc-37a893441ea2b3e8ac20cad5a1168ab0cd0d3c02.tar.gz gcc-37a893441ea2b3e8ac20cad5a1168ab0cd0d3c02.tar.bz2 |
libproc_macro: Change rust literal internals
Rust interface literal internals were taking a type and storing that
type. This lead to multiple problems such as various conversion from
string to int/float/other type as well as dead end on undetermined types
(type checker runs at a later stage).
ChangeLog:
* libgrust/libproc_macro/rust/bridge.rs: Add ffistring module.
* libgrust/libproc_macro/rust/bridge/literal.rs: Rework type
internals.
* libgrust/libproc_macro/rust/bridge/ffistring.rs: New file.
Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions