We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
crate
1 parent 2b4675b commit 81905a1Copy full SHA for 81905a1
src/librustc_mir/borrow_check/nll/mod.rs
@@ -29,10 +29,10 @@ use self::mir_util::PassWhere;
29
30
mod constraint_generation;
31
pub mod explain_borrow;
32
-pub(crate) mod region_infer;
+crate mod region_infer;
33
mod renumber;
34
mod subtype_constraint_generation;
35
-pub(crate) mod type_check;
+crate mod type_check;
36
mod universal_regions;
37
38
use self::region_infer::RegionInferenceContext;
0 commit comments