Rustup to rustc 1.39.0-nightly (72b2abfd6 2019-08-29)

This commit is contained in:
bjorn3 2019-08-30 11:42:42 +02:00
parent f1b6bd9480
commit 556d708f20

View file

@ -72,7 +72,7 @@ pub fn maybe_create_entry_wrapper(
let main_func_ref = m.declare_func_in_func(main_func_id, &mut bcx.func);
let call_inst = if use_start_lang_item {
let start_def_id = tcx.require_lang_item(StartFnLangItem);
let start_def_id = tcx.require_lang_item(StartFnLangItem, None);
let start_instance = Instance::resolve(
tcx,
ParamEnv::reveal_all(),