]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Added options for ParseMode
authorbadumbatish <tanghocle456@gmail.com>
Sat, 20 Jul 2024 07:44:26 +0000 (00:44 -0700)
committerArthur Cohen <arthur.cohen@embecosm.com>
Mon, 17 Mar 2025 15:35:53 +0000 (16:35 +0100)
commit29873023eddd5b1a71fec048431cb90186e23704
tree12dbb68a5a002af4d5302776cdadc09b4123c093
parentaf969f521be3f46bbd22e701b4d82e3065b4ecb9
gccrs: Added options for ParseMode

gcc/rust/ChangeLog:

* ast/rust-fmt.cc (Pieces::collect):
Added options for ParseMode
* ast/rust-fmt.h (collect_pieces): Likewise.
(struct Pieces): Likewise.
* expand/rust-macro-builtins-format-args.cc (MacroBuiltin::format_args_handler):
Likewise.

libgrust/ChangeLog:

* libformat_parser/generic_format_parser/src/lib.rs: Likewise.
* libformat_parser/src/bin.rs: Likewise.
* libformat_parser/src/lib.rs: Likewise.
gcc/rust/ast/rust-fmt.cc
gcc/rust/ast/rust-fmt.h
gcc/rust/expand/rust-macro-builtins-format-args.cc
libgrust/libformat_parser/generic_format_parser/src/lib.rs
libgrust/libformat_parser/src/bin.rs
libgrust/libformat_parser/src/lib.rs