]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/ty/maps.rs
Rollup merge of #41249 - GuillaumeGomez:rustdoc-render, r=steveklabnik,frewsxcv
[rust.git] / src / librustc / ty / maps.rs
index 823bdc9e092ac8290801a25a1b8b3e7ac83a61dd..868ccad8a3a90618078a7528c2c9488076ce8aaf 100644 (file)
@@ -429,6 +429,8 @@ fn default() -> Self {
 
     pub coherent_trait: coherent_trait_dep_node((CrateNum, DefId)) -> (),
 
+    pub borrowck: BorrowCheck(DefId) -> (),
+
     /// 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)