We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d1f72 commit 1baf4baCopy full SHA for 1baf4ba
src/eval.rs
@@ -375,7 +375,7 @@ pub fn create_ecx<'tcx>(
375
});
376
let main_ret_ty = tcx.fn_sig(entry_id).no_bound_vars().unwrap().output();
377
let main_ret_ty = main_ret_ty.no_bound_vars().unwrap();
378
- let start_instance = ty::Instance::resolve(
+ let start_instance = ty::Instance::try_resolve(
379
tcx,
380
ty::ParamEnv::reveal_all(),
381
start_id,
0 commit comments