]> 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)
committerArthur Cohen <arthur.cohen@embecosm.com>
Thu, 6 Apr 2023 08:47:21 +0000 (10:47 +0200)
commit11150b7c05c06b5885bfc95045699baf5e5d2a34
tree7269671ec3d69f62172dd3a6598b3a88ec62b4f7
parent9754a60623c5a3a8df0d32600345dd310812bec1
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