]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Add test case showing all derives working on enum
authorPhilip Herron <herron.philip@googlemail.com>
Fri, 11 Jul 2025 12:51:10 +0000 (13:51 +0100)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 5 Aug 2025 14:36:55 +0000 (16:36 +0200)
commita7c999f8fea93e22af8e38489903f645531f2448
tree969167227b89fec1d37d4d6051a4beed5369b2ee
parentcf8a078221d14c8d2cb16dfb4448ec121eb50d1a
gccrs: Add test case showing all derives working on enum

We have more complex test cases already but this will close out this issue.

Fixes Rust-GCC#2005

gcc/testsuite/ChangeLog:

* rust/execute/torture/issue-2005.rs: New test.

Signed-off-by: Philip Herron <herron.philip@googlemail.com>
gcc/testsuite/rust/execute/torture/issue-2005.rs [new file with mode: 0644]