]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Move failing test to xfail
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Wed, 4 Sep 2024 15:13:04 +0000 (17:13 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Wed, 19 Mar 2025 14:32:14 +0000 (15:32 +0100)
commit2aed733f113a2bea5bb2f92e78d978dd90b50afc
treef88aeba24f7aa4191c30b327855df34b506339a9
parent331ddca72d18102751f301421979eb20213c0723
gccrs: Move failing test to xfail

We want to begin experimenting with this new name resolution 2.0
algorithm as soon as possible. This test highlight a problem where the
compiler should emit an error and should be fixed soon.

gcc/testsuite/ChangeLog:

* rust/compile/name_resolution21.rs: Move to...
* rust/compile/xfail/name_resolution21.rs: ...here.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
gcc/testsuite/rust/compile/xfail/name_resolution21.rs [moved from gcc/testsuite/rust/compile/name_resolution21.rs with 62% similarity]