1
Fork 0

add additional logging

This commit is contained in:
lcnr 2024-02-26 10:12:40 +01:00
parent dc00e8cdb6
commit eeeb9b4d31
3 changed files with 8 additions and 1 deletions

View file

@ -267,6 +267,7 @@ impl<'tcx> EvalCtxt<'_, 'tcx> {
/// This function is necessary in nearly all cases before matching on a type.
/// Not doing so is likely to be incomplete and therefore unsound during
/// coherence.
#[instrument(level = "debug", skip(self, param_env), ret)]
fn structurally_normalize_ty(
&mut self,
param_env: ty::ParamEnv<'tcx>,