]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Fix AttrInputMacro operator= overloading.
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Thu, 31 Jul 2025 11:19:22 +0000 (13:19 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 5 Aug 2025 14:37:00 +0000 (16:37 +0200)
commite705ad248a22d4a6d7bb54655bf71d5b6404382d
tree76b63d9569681f72b6ca6b326b645afd371cdbb5
parentba7f3c6d3be644b2fe5737ba134dbd8d61f73b2a
gccrs: Fix AttrInputMacro operator= overloading.

gcc/rust/ChangeLog:

* ast/rust-ast.cc (AttrInputMacro::operator=): Add return type.
* ast/rust-expr.h: Likewise.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
gcc/rust/ast/rust-ast.cc
gcc/rust/ast/rust-expr.h