Don't use println in the compiler
This commit is contained in:
parent
d5efa9636b
commit
37cc714aa7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 `{}`: \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue