Skip to content

Commit e8dcb65

Browse files
committed
Silence some debug logging in rustc
1 parent 632def8 commit e8dcb65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/middle/typeck/check.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1496,7 +1496,7 @@ fn check_expr_with_unifier(fcx: @fn_ctxt,
14961496
let tcx = fcx.ccx.tcx;
14971497
let mut bot = false;
14981498

1499-
error!("%? %?", ast_fields.len(), field_types.len());
1499+
debug!("%? %?", ast_fields.len(), field_types.len());
15001500

15011501
let class_field_map = HashMap();
15021502
let mut fields_found = 0;

0 commit comments

Comments
 (0)