]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/ty/query/mod.rs
Auto merge of #55912 - kennytm:rollup, r=kennytm
[rust.git] / src / librustc / ty / query / mod.rs
index c834166e67d881bdcae92e73212d9a982d9b37f9..c82a44011db6c95d00b0323ad8734a8b97c94405 100644 (file)
         /// Gets a complete map from all types to their inherent impls.
         /// Not meant to be used directly outside of coherence.
         /// (Defined only for LOCAL_CRATE)
-        [] fn crate_inherent_impls: crate_inherent_impls_dep_node(CrateNum) -> CrateInherentImpls,
+        [] fn crate_inherent_impls: crate_inherent_impls_dep_node(CrateNum)
+            -> Lrc<CrateInherentImpls>,
 
         /// Checks all types in the krate for overlap in their inherent impls. Reports errors.
         /// Not meant to be used directly outside of coherence.