rust/compiler
Matthias Krüger 9c7ff1add7
Rollup merge of #94636 - compiler-errors:issue-94599, r=davidtwco
Check extra function arg exprs even if the fn is not C-variadic

We should still call check_expr on the args that exceed the formal input ty count, so that we have expr types to emit during writeback.

Not sure where this regressed, but it wasn't due to the same root cause as #94334 I think. I thought this might've regressed in #92360, but I think that is in stable, ad the test I provided (which minimizes #94599) passes on stable in playground. Maybe it regressed in #93118.

Anywho, fixes #94599.
2022-03-07 06:44:02 +01:00
..
2022-03-05 21:20:12 -05:00
2022-03-04 11:54:28 -06:00
2022-03-01 20:02:47 +08:00
2022-03-03 19:47:23 +08:00
2022-03-05 13:15:00 -05:00
2022-03-05 13:15:00 -05:00
2022-03-05 15:31:22 +01:00
2022-03-07 08:25:50 +11:00