]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add enum variant string information to definition
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Tue, 4 Mar 2025 15:59:11 +0000 (16:59 +0100)
committerP-E-P <32375388+P-E-P@users.noreply.github.com>
Tue, 11 Mar 2025 14:06:30 +0000 (14:06 +0000)
commit39bf05c149cf05dd07cb109a4f729854452f0616
treecbef9ef00a2976c87fa8fe84fea7e09191a52fee
parentc67466b2b28dac51da6d3a4694b31a2e53df80cd
Add enum variant string information to definition

New enum variant status now appears in the string representation of
the resolver's definition.

gcc/rust/ChangeLog:

* resolve/rust-rib.cc (Rib::Definition::to_string): Add enum variant
status.

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