1
Fork 0

Rustup to rustc 1.41.0-nightly (6d77e45f0 2019-12-04)

This commit is contained in:
bjorn3 2019-12-05 21:00:57 +01:00
parent f0bb30f8a1
commit c6086a8fd7
8 changed files with 98 additions and 16 deletions

View file

@ -9,7 +9,7 @@ pub fn trans_fn<'clif, 'tcx, B: Backend + 'static>(
) {
let tcx = cx.tcx;
let mir = tcx.instance_mir(instance.def);
let mir = *tcx.instance_mir(instance.def);
// Declare function
let (name, sig) = get_function_name_and_sig(tcx, instance, false);