Hi!
On 2024-08-01T16:56:01+0200, Arthur Cohen wrote:
> Compile libformat_parser and link to it.
> --- a/gcc/rust/Make-lang.in
> +++ b/gcc/rust/Make-lang.in
> +LIBS += -ldl -lpthread
That's still not correct. I've pushed to trunk branch
commit 816c4de4d062c89f5b7a68f68f29b2b033f5b136
"Don't ov
Compile libformat_parser and link to it.
gcc/rust/ChangeLog:
* Make-lang.in: Compile libformat_parser.
* ast/rust-fmt.cc: New FFI definitions.
* ast/rust-fmt.h: Likewise.
* expand/rust-macro-builtins.cc (MacroBuiltin::format_args_handler):
Call
into libfor