]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add a regression test for super trait on auto trait
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Mon, 20 Nov 2023 13:16:41 +0000 (14:16 +0100)
committerP-E-P <32375388+P-E-P@users.noreply.github.com>
Tue, 21 Nov 2023 11:15:44 +0000 (11:15 +0000)
commit1786c4fcb1caea99000c7c874f88688713a6b661
tree188c474d4ea1b1ce8b7e67600ff53adc4788f74e
parente361eceb9d4231897a1a033b90856c5ac7a5b5fb
Add a regression test for super trait on auto trait

Add a new regression test to highlight the error behavior with a super
trait on an auto trait.

gcc/testsuite/ChangeLog:

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

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