Skip to content

Commit

Permalink
Fix debug method name
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed Oct 22, 2021
1 parent 5b5a2e6 commit b03a0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_trait_selection/src/traits/select/mod.rs
Expand Up @@ -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
);
Expand Down

0 comments on commit b03a0df

Please sign in to comment.