Skip to content

Commit

Permalink
Rollup merge of #133872 - compiler-errors:simplify-gat-check, r=oli-obk
Browse files Browse the repository at this point in the history
No need to create placeholders for GAT args in confirm_object_candidate

We no longer need this logic to add placeholders for GAT args since with the removal of the `gat_extended` feature gate (rust-lang/rust#133768) we no longer allow GATs in dyn trait anyways.

r? oli-obk
  • Loading branch information
fmease authored Dec 5, 2024
2 parents 49eee34 + bedc7d7 commit ec0b284
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit ec0b284

Please sign in to comment.