We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16336a commit c711e15Copy full SHA for c711e15
src/librustc_mir/interpret/eval_context.rs
@@ -41,7 +41,7 @@ pub struct EvalContext<'a, 'mir, 'tcx: 'a + 'mir, M: Machine<'a, 'mir, 'tcx>> {
41
pub machine: M,
42
43
/// The results of the type checker, from rustc.
44
- pub(crate) tcx: TyCtxtAt<'a, 'tcx, 'tcx>,
+ pub tcx: TyCtxtAt<'a, 'tcx, 'tcx>,
45
46
/// Bounds in scope for polymorphic evaluations.
47
pub(crate) param_env: ty::ParamEnv<'tcx>,
0 commit comments