Skip to content

Commit c711e15

Browse files
committed
unsurprisingly, miri needs tcx
1 parent c16336a commit c711e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/interpret/eval_context.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pub struct EvalContext<'a, 'mir, 'tcx: 'a + 'mir, M: Machine<'a, 'mir, 'tcx>> {
4141
pub machine: M,
4242

4343
/// The results of the type checker, from rustc.
44-
pub(crate) tcx: TyCtxtAt<'a, 'tcx, 'tcx>,
44+
pub tcx: TyCtxtAt<'a, 'tcx, 'tcx>,
4545

4646
/// Bounds in scope for polymorphic evaluations.
4747
pub(crate) param_env: ty::ParamEnv<'tcx>,

0 commit comments

Comments
 (0)