]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_typeck/check/wf.rs
Remove random Idents outside of libsyntax
[rust.git] / src / librustc_typeck / check / wf.rs
index 902ebcc3da87b7a1e77603fee4ee9fcf9bcdfc78..70983b89ed5c820af31228e032d26fc829e4ec27 100644 (file)
@@ -55,7 +55,7 @@ fn tcx(&self) -> &ty::ctxt<'tcx> {
     /// the types first.
     fn check_item_well_formed(&mut self, item: &hir::Item) {
         let ccx = self.ccx;
-        debug!("check_item_well_formed(it.id={}, it.ident={})",
+        debug!("check_item_well_formed(it.id={}, it.name={})",
                item.id,
                ccx.tcx.item_path_str(DefId::local(item.id)));