diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2021-10-22 10:57:10 -0300 |
|---|---|---|
| committer | Santiago Pastorino <spastorino@gmail.com> | 2021-10-22 10:57:10 -0300 |
| commit | b03a0df737665a61de40e4eaf96e2a6f5887d326 (patch) | |
| tree | 5560b7065fceca69e2c0bbe220b07e636c79d012 | |
| parent | 5b5a2e600ebf15aa06dae1c35b7ee9f6c8f74176 (diff) | |
| download | rust-b03a0df737665a61de40e4eaf96e2a6f5887d326.tar.gz rust-b03a0df737665a61de40e4eaf96e2a6f5887d326.zip | |
Fix debug method name
| -rw-r--r-- | compiler/rustc_trait_selection/src/traits/select/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_trait_selection/src/traits/select/mod.rs b/compiler/rustc_trait_selection/src/traits/select/mod.rs index dfadf693872..8a185c2e4a3 100644 --- a/compiler/rustc_trait_selection/src/traits/select/mod.rs +++ b/compiler/rustc_trait_selection/src/traits/select/mod.rs @@ -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 ); |
