mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
explicitly show behavior of <_>::assoc_fn
This commit is contained in:
@@ -890,7 +890,20 @@ fn assemble_probe(
|
||||
| ty::Tuple(..) => {
|
||||
self.assemble_inherent_candidates_for_incoherent_ty(raw_self_ty, receiver_steps)
|
||||
}
|
||||
_ => {}
|
||||
ty::Alias(..)
|
||||
| ty::Bound(..)
|
||||
| ty::Closure(..)
|
||||
| ty::Coroutine(..)
|
||||
| ty::CoroutineClosure(..)
|
||||
| ty::CoroutineWitness(..)
|
||||
| ty::Dynamic(..)
|
||||
| ty::Error(..)
|
||||
| ty::FnDef(..)
|
||||
| ty::FnPtr(..)
|
||||
| ty::Infer(..)
|
||||
| ty::Pat(..)
|
||||
| ty::Placeholder(..)
|
||||
| ty::UnsafeBinder(..) => {}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user