]> git.ipfire.org Git - thirdparty/gcc.git/commit
Store parse result of parse_format_string(s)
authorbadumbatish <tanghocle456@gmail.com>
Sun, 30 Jun 2024 00:12:33 +0000 (17:12 -0700)
committerCohenArthur <arthur.cohen@embecosm.com>
Mon, 1 Jul 2024 13:30:38 +0000 (13:30 +0000)
commitb657fa0c78b422ab020693b3f0eca5cb98fb1492
treeb0a0da164839dd0e297cd9faf10731635fcfaf29
parent7fd14aafa34796068ebdd7ff35284f3b7a8e9c4c
Store parse result of parse_format_string(s)

gcc/rust/ChangeLog:

* ast/rust-expr.h (struct TupleTemplateStr):
Store parse result of parse_format_string(s)
* expand/rust-macro-builtins-asm.cc (parse_format_strings):
Likewise

Signed-off-by: badumbatish <tanghocle456@gmail.com>
gcc/rust/ast/rust-expr.h
gcc/rust/expand/rust-macro-builtins-asm.cc