Update Cargo.lock

Also update for cranelift changes.
This commit is contained in:
bjorn3 2018-11-03 13:14:28 +01:00
parent 23e0b0bd9c
commit fc8a6c343a
9 changed files with 123 additions and 113 deletions

View file

@ -66,7 +66,7 @@ pub fn get_vtable<'a, 'tcx: 'a>(
let local_data_id = fx.module.declare_data_in_func(data_id, &mut fx.bcx.func);
fx.bcx
.ins()
.global_value(fx.module.pointer_type(), local_data_id)
.global_value(fx.pointer_type, local_data_id)
}
fn build_vtable<'a, 'tcx: 'a>(