Don't use println in the compiler

This commit is contained in:
Oliver Schneider 2018-06-26 14:39:37 +02:00
parent d5efa9636b
commit 37cc714aa7

View file

@ -232,7 +232,7 @@ impl<'a, 'hir> NodeCollector<'a, 'hir> {
};
if hir_id == ::hir::DUMMY_HIR_ID {
println!("Maybe you forgot to lower the node id {:?}?", id);
debug!("Maybe you forgot to lower the node id {:?}?", id);
}
bug!("inconsistent DepNode for `{}`: \