]> git.lizzy.rs Git - rust.git/commit - src/tools/rustfmt
Auto merge of #81350 - tmiasko:instrument-debug, r=lcnr
authorbors <bors@rust-lang.org>
Thu, 11 Feb 2021 13:44:00 +0000 (13:44 +0000)
committerbors <bors@rust-lang.org>
Thu, 11 Feb 2021 13:44:00 +0000 (13:44 +0000)
commit26e5bcd22025a0d949b76766af76e92ed4434199
tree39029b552b4309d6f6db2ece7c2d8affba89f1e7
parent2918062d1d94b65dfd53d265e957d86fcb8bfdbd
parent59457ab86e9554cd045c34fe2f70ce076687df25
Auto merge of #81350 - tmiasko:instrument-debug, r=lcnr

Reduce log level used by tracing instrumentation from info to debug

Restore log level to debug to avoid make info log level overly verbose (the uses of instrument attribute modified there, were for the most part a replacement for `debug!`;  one use was novel).
compiler/rustc_mir/src/transform/check_consts/validation.rs
compiler/rustc_typeck/src/check/check.rs
compiler/rustc_typeck/src/check/pat.rs