Fix debug method name

This commit is contained in:
Santiago Pastorino 2021-10-22 10:57:10 -03:00
parent 5b5a2e600e
commit b03a0df737
No known key found for this signature in database
GPG Key ID: 8131A24E0C79EFAF

View File

@ -1187,7 +1187,7 @@ impl<'cx, 'tcx> SelectionContext<'cx, 'tcx> {
let value = attr.and_then(|a| a.value_str());
if let Some(value) = value {
debug!(
"filter_impls: \
"filter_reservation_impls: \
reservation impl ambiguity on {:?}",
def_id
);