Skip to content

Commit 4b9abda

Browse files
committed
rustup
1 parent 270adbc commit 4b9abda

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9b2f8dbba39dd4167f22a7026674a585c3d907d8
1+
b2e36e6c2d229126b59e892c9147fbb68115d292

src/eval.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ pub fn create_ecx<'mir, 'tcx: 'mir>(
9898
start_id,
9999
tcx.mk_substs(::std::iter::once(ty::subst::GenericArg::from(main_ret_ty))),
100100
)
101+
.unwrap()
101102
.unwrap();
102103

103104
// First argument: pointer to `main()`.

0 commit comments

Comments
 (0)