Update Cargo.lock
Also update for cranelift changes.
This commit is contained in:
parent
23e0b0bd9c
commit
fc8a6c343a
9 changed files with 123 additions and 113 deletions
|
|
@ -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>(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue