Open
Description
If you have trait Foo { }
and trait Bar = Foo
, we do not currently consider dyn Foo
and dyn Bar
to be the same type.
Subissue of #55628
If you have trait Foo { }
and trait Bar = Foo
, we do not currently consider dyn Foo
and dyn Bar
to be the same type.
Subissue of #55628