Skip to content

Commit

Permalink
Auto merge of #125863 - fmease:rej-CVarArgs-in-parse_ty_for_where_cla…
Browse files Browse the repository at this point in the history
…use, r=compiler-errors

Reject `CVarArgs` in `parse_ty_for_where_clause`

Fixes #125847. This regressed in #77035 where the `parse_ty` inside `parse_ty_where_predicate` was replaced with the at the time new `parse_ty_for_where_clause` which incorrectly stated it would permit CVarArgs (maybe a copy/paste error).

r? parser
  • Loading branch information
bors committed Jun 1, 2024
2 parents 3ceda8a + 85e3173 commit 73abc9b
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 73abc9b

Please sign in to comment.