Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit b03a0df

Browse files
committed
Fix debug method name
1 parent 5b5a2e6 commit b03a0df

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_trait_selection/src/traits/select

1 file changed

+1
-1
lines changed

compiler/rustc_trait_selection/src/traits/select/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ impl<'cx, 'tcx> SelectionContext<'cx, 'tcx> {
11871187
let value = attr.and_then(|a| a.value_str());
11881188
if let Some(value) = value {
11891189
debug!(
1190-
"filter_impls: \
1190+
"filter_reservation_impls: \
11911191
reservation impl ambiguity on {:?}",
11921192
def_id
11931193
);

0 commit comments

Comments
 (0)