safe transmute: lowercase tracing levels

ref: https://github.com/rust-lang/rust/pull/92268#discussion_r927095154
This commit is contained in:
Jack Wrenn
2022-07-21 21:57:51 +00:00
parent 2268603046
commit aee5f31c68
3 changed files with 6 additions and 6 deletions

View File

@@ -52,7 +52,7 @@ mod rustc {
type Scope = Ty<'tcx>;
#[instrument(level = "DEBUG", skip(self))]
#[instrument(level = "debug", skip(self))]
fn is_accessible_from(&self, def: Self::Def, scope: Self::Scope) -> bool {
use layout::rustc::Def;
use rustc_middle::ty;