Some tracing cleanups

This commit is contained in:
Oli Scherer 2023-09-11 14:24:55 +00:00
parent dd91aba2fd
commit ec6f554536
2 changed files with 4 additions and 4 deletions

View file

@ -170,6 +170,7 @@ impl<'a, 'tcx> DropElaborator<'a, 'tcx> for Elaborator<'a, '_, 'tcx> {
self.ctxt.param_env()
}
#[instrument(level = "debug", skip(self), ret)]
fn drop_style(&self, path: Self::Path, mode: DropFlagMode) -> DropStyle {
let ((maybe_live, maybe_dead), multipart) = match mode {
DropFlagMode::Shallow => (self.ctxt.init_data.maybe_live_dead(path), false),