move alias-relate tests

This commit is contained in:
lcnr 2024-01-26 15:49:05 +01:00
parent a39a2f73d6
commit e87b8c7f34
8 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#![feature(type_alias_impl_trait)]
// Similar to tests/ui/traits/next-solver/tait-eq-proj.rs
// Similar to tests/ui/traits/next-solver/alias-relate/tait-eq-proj.rs
// but check the alias-sub relation in the other direction.
type Tait = impl Iterator<Item = impl Sized>;