mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
fmt
This commit is contained in:
@@ -170,7 +170,9 @@ fn addr_from_alloc_id_uncached(
|
||||
{
|
||||
let fn_sig = this.tcx.instantiate_bound_regions_with_erased(
|
||||
this.tcx
|
||||
.fn_sig(instance.def_id()).instantiate(*this.tcx, instance.args).skip_norm_wip(),
|
||||
.fn_sig(instance.def_id())
|
||||
.instantiate(*this.tcx, instance.args)
|
||||
.skip_norm_wip(),
|
||||
);
|
||||
let fn_ptr = crate::shims::native_lib::build_libffi_closure(this, fn_sig)?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user