rust/compiler/rustc_trait_selection/src
bors 5438ee424c Auto merge of #88980 - tmiasko:instrument-debug, r=oli-obk
Use explicit log level in tracing instrument macro

Specify a log level in tracing instrument macro explicitly.

Additionally reduce the used log level from a default info level to a
debug level (all of those appear to be developer oriented logs, so there
should be no need to include them in release builds).
2021-09-18 06:11:02 +00:00
..
traits Auto merge of #88962 - fee1-dead:const-drop, r=oli-obk 2021-09-17 21:37:01 +00:00
autoderef.rs Combine individual limit queries into single limits query 2021-07-04 13:02:51 -05:00
infer.rs Use FxHashSet instead of Vec for well formed tys 2021-09-09 11:25:44 -04:00
lib.rs Refactor vtable format. 2021-07-20 22:14:42 +08:00
opaque_types.rs Use explicit log level in tracing instrument macro 2021-09-15 19:02:10 +02:00