]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Add new test for box syntax
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Sun, 19 May 2024 00:11:36 +0000 (02:11 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Mon, 17 Mar 2025 15:35:31 +0000 (16:35 +0100)
commitbb555badd4eb5d71af45f1056c8e45ad287e70ba
treef401a8efefc821cd5fc7d58e4bb8a98dac1e9a8b
parent1e430a7957e7a3cf79f6f22f112f3d764706f50f
gccrs: Add new test for box syntax

Add a new test to prevent regressions on the box syntax as well as its
feature gate.

gcc/testsuite/ChangeLog:

* rust/compile/box_syntax.rs: New test.
* rust/compile/box_syntax_feature_gate.rs: New test.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
gcc/testsuite/rust/compile/box_syntax.rs [new file with mode: 0644]
gcc/testsuite/rust/compile/box_syntax_feature_gate.rs [new file with mode: 0644]