blob: 133643ad084ba04a8a3d8de6ac6b2df4c22766b2 [file] [log] [blame]
//@ known-bug: #139387
//@ needs-rustc-debug-assertions
trait A {
fn method() -> impl Sized;
}
trait B {
fn method(Hash: Wrap<impl Beta<U: Copy + for<'a> Epsilon<'_, SI1: Eta>>>) -> impl Sized;
}
fn ambiguous<T: A + B>()
where
T::method(..): Send,
{
}