Searched refs:AmbiguousIfImpl (Results 1 – 1 of 1) sorted by relevance
267 trait AmbiguousIfImpl<A> { trait272 impl<T: ?Sized> AmbiguousIfImpl<()> for T {}279 impl<T: ?Sized $(+ $t)+> AmbiguousIfImpl<Invalid> for T {}284 let _ = <$x as AmbiguousIfImpl<_>>::some_item;333 trait AmbiguousIfImpl<A> { trait338 impl<T: ?Sized> AmbiguousIfImpl<()> for T {}347 impl<T: ?Sized + $t> AmbiguousIfImpl<Invalid> for T {}353 let _ = <$x as AmbiguousIfImpl<_>>::some_item;