]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_trait_selection/src/traits/select/mod.rs
Auto merge of #103171 - jackh726:gen-interior-hrtb-error, r=cjgillot
[rust.git] / compiler / rustc_trait_selection / src / traits / select / mod.rs
index 2954a2c163f4072c52e5d17c70f6b429309f27cc..c6ff83120a73629bac1391c09d8856e3ee4104ad 100644 (file)
@@ -1971,6 +1971,7 @@ fn copy_clone_conditions(
     /// Bar<i32> where struct Bar<T> { x: T, y: u32 } -> [i32, u32]
     /// Zed<i32> where enum Zed { A(T), B(u32) } -> [i32, u32]
     /// ```
+    #[instrument(level = "debug", skip(self), ret)]
     fn constituent_types_for_ty(
         &self,
         t: ty::Binder<'tcx, Ty<'tcx>>,