Auto merge of #90648 - matthewjasper:assoc-item-cleanup, r=cjgillot
Assoc item cleanup This removes some fields from ObligationCauseCode Split out of #90639
This commit is contained in:
commit
3d29b68077
9 changed files with 29 additions and 62 deletions
|
@ -267,14 +267,12 @@ pub enum ObligationCauseCode<'tcx> {
|
|||
|
||||
/// Error derived when matching traits/impls; see ObligationCause for more details
|
||||
CompareImplMethodObligation {
|
||||
item_name: Symbol,
|
||||
impl_item_def_id: DefId,
|
||||
trait_item_def_id: DefId,
|
||||
},
|
||||
|
||||
/// Error derived when matching traits/impls; see ObligationCause for more details
|
||||
CompareImplTypeObligation {
|
||||
item_name: Symbol,
|
||||
impl_item_def_id: DefId,
|
||||
trait_item_def_id: DefId,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue