]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/clean/blanket_impl.rs
Auto merge of #85178 - cjgillot:local-crate, r=oli-obk
[rust.git] / src / librustdoc / clean / blanket_impl.rs
index fd4274863efa451a84da8f8973fe2d5c446f931e..3f2fae1aca33b30eeb654d6f77a68721c27b075a 100644 (file)
@@ -118,7 +118,7 @@ impl<'a, 'tcx> BlanketImplFinder<'a, 'tcx> {
                             .clean(self.cx),
                         negative_polarity: false,
                         synthetic: false,
-                        blanket_impl: Some(trait_ref.self_ty().clean(self.cx)),
+                        blanket_impl: Some(box trait_ref.self_ty().clean(self.cx)),
                     }),
                     cfg: None,
                 });