]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Adds and fixes tests for outer attributes in expression
authorlenny.chiadmi-delage <lenny.chiadmi-delage@epita.fr>
Tue, 6 Jan 2026 14:57:47 +0000 (14:57 +0000)
committerArthur Cohen <arthur.cohen@embecosm.com>
Fri, 16 Jan 2026 16:32:08 +0000 (17:32 +0100)
commite2b4e18f2e8d625cdfc809948491c8b70f4ee7aa
tree977484de3f573bba4d079a216ffd9a2311b9a50e
parent3745ccf7fb73b1df02177a0ed2392c58849e35e5
gccrs: Adds and fixes tests for outer attributes in expression

Adds test of issue 3904 and fix test of the issue 3874 to follows rust
1.49 behavior.

Fixes GCC-Rust/gccrs#3904

gcc/testsuite/ChangeLog:

* rust/compile/issue-3874.rs: Fixes test.
* rust/compile/issue-3904.rs: New test.

Signed-off-by: lenny.chiadmi-delage <lenny.chiadmi-delage@epita.fr>
gcc/testsuite/rust/compile/issue-3874.rs
gcc/testsuite/rust/compile/issue-3904.rs [new file with mode: 0644]