Rename some ObligationCauseCode variants
This commit is contained in:
@@ -212,7 +212,7 @@ fn get_impl_args(
|
||||
traits::ObligationCause::new(
|
||||
impl1_span,
|
||||
impl1_def_id,
|
||||
traits::ObligationCauseCode::BindingObligation(impl2_node.def_id(), span),
|
||||
traits::ObligationCauseCode::Where(impl2_node.def_id(), span),
|
||||
)
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user