Skip to content

Commit 28e814a

Browse files
committed
rustup
1 parent c424e06 commit 28e814a

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-
dc45735f29788924b9fc351d100e5bf3ebdca162
1+
084beb83e0e87d673d5fabc844d28e8e8ae2ab4c

src/eval.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pub fn create_ecx<'mir, 'tcx: 'mir>(
6363
ty::ParamEnv::reveal_all(),
6464
start_id,
6565
ecx.tcx.mk_substs(
66-
::std::iter::once(ty::subst::Kind::from(main_ret_ty)))
66+
::std::iter::once(ty::subst::GenericArg::from(main_ret_ty)))
6767
).unwrap();
6868
let start_mir = ecx.load_mir(start_instance.def, None)?;
6969

0 commit comments

Comments
 (0)