1
Fork 0

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, func,
args, args,
destination, destination,
fn_span,
cleanup: _, cleanup: _,
from_hir_call: _, from_hir_call: _,
} => { } => {
fx.tcx.sess.time("codegen call", || crate::abi::codegen_terminator_call( fx.tcx.sess.time("codegen call", || crate::abi::codegen_terminator_call(
fx, fx,
bb_data.terminator().source_info.span, *fn_span,
block, block,
func, func,
args, args,