More rename fallout

This commit is contained in:
Michael Goulet
2024-05-09 20:25:11 -04:00
parent 534e267d48
commit 9108294a6c
25 changed files with 93 additions and 91 deletions

View File

@@ -212,7 +212,7 @@ fn get_impl_args(
traits::ObligationCause::new(
impl1_span,
impl1_def_id,
traits::ObligationCauseCode::Where(impl2_node.def_id(), span),
traits::ObligationCauseCode::SpannedItem(impl2_node.def_id(), span),
)
},
);