diff options
Diffstat (limited to 'gcc/rust/backend/rust-compile.cc')
-rw-r--r-- | gcc/rust/backend/rust-compile.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/rust/backend/rust-compile.cc b/gcc/rust/backend/rust-compile.cc index a97ad4d..b17c438 100644 --- a/gcc/rust/backend/rust-compile.cc +++ b/gcc/rust/backend/rust-compile.cc @@ -528,9 +528,8 @@ HIRCompileBase::compute_address_for_trait_item ( lookup_fntype = lookup_fntype->handle_substitions (mappings); } - return CompileInherentImplItem::Compile (root, associated_function, ctx, - true, lookup_fntype, true, - locus); + return CompileInherentImplItem::Compile (associated_function, ctx, true, + lookup_fntype, true, locus); } // we can only compile trait-items with a body |