RPIT type parameters not checked for well-formedness #110925
Labels
A-impl-trait
Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.
C-bug
Category: This is a bug.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
I tried this code:
I expected to see this happen: Compile error,
(str, str)
is not well-formedInstead, this happened: Compiles and runs successfully
Meta
rustc --version --verbose
:@rustbot label +A-impl-trait +T-types
The text was updated successfully, but these errors were encountered: