Skip to content

Commit 83a8200

Browse files
committed
Reduce log level from info to debug
1 parent 7bc1665 commit 83a8200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/build/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ where
616616
// RustCall pseudo-ABI untuples the last argument.
617617
spread_arg = Some(Local::new(arguments.len()));
618618
}
619-
info!("fn_id {:?} has attrs {:?}", fn_def_id, tcx.get_attrs(fn_def_id));
619+
debug!("fn_id {:?} has attrs {:?}", fn_def_id, tcx.get_attrs(fn_def_id));
620620

621621
let mut body = builder.finish();
622622
body.spread_arg = spread_arg;

0 commit comments

Comments
 (0)