Prefer trace level instrumentation for the new noisy instrument attributes

This commit is contained in:
Oli Scherer 2022-07-05 09:27:06 +00:00
parent c3aec3056e
commit 82c73af4a6
4 changed files with 5 additions and 5 deletions

View file

@ -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());