Rollup merge of #102786 - compiler-errors:no-tuple-candidate, r=lcnr
Remove tuple candidate, nothing special about it r? `@lcnr` you mentioned this during the talk you gave i think
This commit is contained in:
commit
58d533dfc1
8 changed files with 9 additions and 28 deletions
|
@ -267,8 +267,7 @@ fn resolve_associated_item<'tcx>(
|
|||
| traits::ImplSource::DiscriminantKind(..)
|
||||
| traits::ImplSource::Pointee(..)
|
||||
| traits::ImplSource::TraitUpcasting(_)
|
||||
| traits::ImplSource::ConstDestruct(_)
|
||||
| traits::ImplSource::Tuple => None,
|
||||
| traits::ImplSource::ConstDestruct(_) => None,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue