diff options
Diffstat (limited to 'gcc/rust/backend/rust-compile-context.h')
-rw-r--r-- | gcc/rust/backend/rust-compile-context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/backend/rust-compile-context.h b/gcc/rust/backend/rust-compile-context.h index b6f76ab..46f88b3 100644 --- a/gcc/rust/backend/rust-compile-context.h +++ b/gcc/rust/backend/rust-compile-context.h @@ -304,7 +304,7 @@ public: std::string mangle_item (const TyTy::BaseType *ty, const Resolver::CanonicalPath &path) const { - return mangler.mangle_item (ty, path, mappings->get_current_crate_name ()); + return mangler.mangle_item (ty, path); } private: |