]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Remove bad error message on checking function arguments
authorPhilip Herron <herron.philip@googlemail.com>
Sat, 4 Feb 2023 23:02:31 +0000 (23:02 +0000)
committerPhilip Herron <herron.philip@googlemail.com>
Sun, 5 Feb 2023 00:10:49 +0000 (00:10 +0000)
commit1b0794c172c4e60ee4cd7f2fd3a2426997b1d0a1
treeeb740bf603aef63ed428b5ae370b3dccde17ee26
parentaff069dfb1fb1dcd785d5af68373d83289d62c72
gccrs: Remove bad error message on checking function arguments

Signed-off-by: Philip Herron <herron.philip@googlemail.com>
gcc/rust/ChangeLog:

* typecheck/rust-tyty-call.cc (TypeCheckCallExpr::visit): remove error message

gcc/testsuite/ChangeLog:

* rust/compile/func3.rs: update test case
gcc/rust/typecheck/rust-tyty-call.cc
gcc/testsuite/rust/compile/func3.rs