RPITIT return is not checked for well-formedness #101663
Labels
C-bug
Category: This is a bug.
F-return_position_impl_trait_in_trait
`#![feature(return_position_impl_trait_in_trait)]`
I tried this code: playground
I expected to see this happen: Code fails to compile, as these two return types are not well-formed
Instead, this happened: Compiles, but actually implementing the types will error
Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: