Skip to content

Commit 8770c04

Browse files
committed
Auto merge of #2803 - RalfJung:rustup, r=RalfJung
Rustup
2 parents c91bfa0 + 9fd6926 commit 8770c04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f715e430aac0de131e2ad21804013ea405722a66
1+
c4e0cd966062ca67daed20775f4e8a60c28e57df

src/eval.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ pub fn create_ecx<'mir, 'tcx: 'mir>(
363363
tcx,
364364
ty::ParamEnv::reveal_all(),
365365
start_id,
366-
tcx.intern_substs(&[ty::subst::GenericArg::from(main_ret_ty)]),
366+
tcx.mk_substs(&[ty::subst::GenericArg::from(main_ret_ty)]),
367367
)
368368
.unwrap()
369369
.unwrap();

0 commit comments

Comments
 (0)