We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mk_eval_cx
1 parent 14e662d commit cea282bCopy full SHA for cea282b
src/librustc_mir/const_eval.rs
@@ -70,7 +70,7 @@ fn mk_eval_cx_inner<'a, 'mir, 'tcx>(
70
Ok(ecx)
71
}
72
73
-pub fn mk_eval_cx<'a, 'tcx>(
+fn mk_eval_cx<'a, 'tcx>(
74
tcx: TyCtxt<'a, 'tcx, 'tcx>,
75
instance: Instance<'tcx>,
76
param_env: ty::ParamEnv<'tcx>,
0 commit comments