]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: add test cases to prove type inference is working
authorPhilip Herron <herron.philip@googlemail.com>
Sat, 3 Feb 2024 16:02:36 +0000 (16:02 +0000)
committerArthur Cohen <arthur.cohen@embecosm.com>
Wed, 7 Feb 2024 11:40:22 +0000 (12:40 +0100)
commit9fecac88d3ce37d3c2c483ea712e48baf904f27b
treed53ec09562398f46392b49648a853b897e8aeb17
parentce096d34662574f435a16f2af157d5a44361f781
gccrs: add test cases to prove type inference is working

Fixes #2772

gcc/testsuite/ChangeLog:

* rust/compile/issue-2772-1.rs: New test.
* rust/compile/issue-2772-2.rs: New test.
gcc/testsuite/rust/compile/issue-2772-1.rs [new file with mode: 0644]
gcc/testsuite/rust/compile/issue-2772-2.rs [new file with mode: 0644]