]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Separate strip information from internal state
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Mon, 25 Aug 2025 15:16:24 +0000 (17:16 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Thu, 30 Oct 2025 19:58:47 +0000 (20:58 +0100)
commit94456e7ec78fae1b345c6968ea1164b5ee547fc5
tree261ad600f98f000dbd6a9663549a0e916c954328
parent6b23c7fef58db7324505dede99a4c872af73a3f1
gccrs: Separate strip information from internal state

Marking a TupleIndexExpr for strip makes it invalid for a generic visitor

gcc/rust/ChangeLog:

* ast/rust-expr.h (class TupleIndexExpr): Store strip information.

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