Rustup to rustc 1.46.0-nightly (a37c32e2d 2020-06-11)

This commit is contained in:
bjorn3 2020-06-12 18:41:50 +02:00
parent cef9255c0e
commit b84c9764db
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
nightly-2020-06-11
nightly-2020-06-12

View File

@ -292,12 +292,13 @@ fn codegen_fn_content(fx: &mut FunctionCx<'_, '_, impl Backend>) {
func,
args,
destination,
fn_span,
cleanup: _,
from_hir_call: _,
} => {
fx.tcx.sess.time("codegen call", || crate::abi::codegen_terminator_call(
fx,
bb_data.terminator().source_info.span,
*fn_span,
block,
func,
args,