diff --git a/src/librustc/hir/map/collector.rs b/src/librustc/hir/map/collector.rs index f16bf1d77445..5c09a263ad12 100644 --- a/src/librustc/hir/map/collector.rs +++ b/src/librustc/hir/map/collector.rs @@ -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 `{}`: \