Rustup to rustc 1.46.0-nightly (a37c32e2d
2020-06-11)
This commit is contained in:
parent
cef9255c0e
commit
b84c9764db
@ -1 +1 @@
|
||||
nightly-2020-06-11
|
||||
nightly-2020-06-12
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user