Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit b84c976

Browse files
committed
Rustup to rustc 1.46.0-nightly (a37c32e 2020-06-11)
1 parent cef9255 commit b84c976

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2020-06-11
1+
nightly-2020-06-12

src/base.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,12 +292,13 @@ fn codegen_fn_content(fx: &mut FunctionCx<'_, '_, impl Backend>) {
292292
func,
293293
args,
294294
destination,
295+
fn_span,
295296
cleanup: _,
296297
from_hir_call: _,
297298
} => {
298299
fx.tcx.sess.time("codegen call", || crate::abi::codegen_terminator_call(
299300
fx,
300-
bb_data.terminator().source_info.span,
301+
*fn_span,
301302
block,
302303
func,
303304
args,

0 commit comments

Comments
 (0)