]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add new test for closure in closure parsing
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Tue, 10 Oct 2023 12:16:52 +0000 (14:16 +0200)
committerP-E-P <32375388+P-E-P@users.noreply.github.com>
Tue, 17 Oct 2023 22:19:46 +0000 (22:19 +0000)
commit25eb53ddb890cb741b81077abcab2eaae2bd8930
treec629d018f679a6b011279df213dd29a1cacd1c16
parent0af6a9f10640f086254d07b17f9c541f3d759acd
Add new test for closure in closure parsing

This new test highlight the fix of #2656.

gcc/testsuite/ChangeLog:

* rust/compile/closure_in_closure.rs: New test.

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