fc58224b79
Don't allow implementing trait directly on type-alias-impl-trait This is specifically disallowed by the RFC, but we never added a check for it. Fixes #76202
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.