mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
3f5d6b2e40
remove invalid `TyCompat` relation for effects if the current impl uses `Maybe` (`impl const`), the parent impl must use `Maybe` (`impl const`) as well. I'd like to rename `TyCompat` to `Sub` which is probably clearer. But it would conflict with my other PR. r? ``@rust-lang/project-const-traits``