Fix debug method name
This commit is contained in:
parent
5b5a2e600e
commit
b03a0df737
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue