Prefer trace level instrumentation for the new noisy instrument attributes
This commit is contained in:
parent
c3aec3056e
commit
82c73af4a6
4 changed files with 5 additions and 5 deletions
|
@ -464,7 +464,7 @@ impl<'a, 'll, 'tcx> BuilderMethods<'a, 'tcx> for Builder<'a, 'll, 'tcx> {
|
|||
}
|
||||
}
|
||||
|
||||
#[instrument(level = "debug", skip(self))]
|
||||
#[instrument(level = "trace", skip(self))]
|
||||
fn load_operand(&mut self, place: PlaceRef<'tcx, &'ll Value>) -> OperandRef<'tcx, &'ll Value> {
|
||||
assert_eq!(place.llextra.is_some(), place.layout.is_unsized());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue