aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/backend/rust-compile-expr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rust/backend/rust-compile-expr.cc')
-rw-r--r--gcc/rust/backend/rust-compile-expr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/backend/rust-compile-expr.cc b/gcc/rust/backend/rust-compile-expr.cc
index 8e64e57..b61b46a 100644
--- a/gcc/rust/backend/rust-compile-expr.cc
+++ b/gcc/rust/backend/rust-compile-expr.cc
@@ -1072,7 +1072,7 @@ sort_tuple_patterns (HIR::MatchExpr &expr)
// Construct a TuplePattern from the rest of the patterns
result_pattern = std::unique_ptr<HIR::Pattern> (
- new HIR::TuplePattern (ref.get_pattern_mappings (),
+ new HIR::TuplePattern (ref.get_mappings (),
std::move (new_items),
ref.get_locus ()));
}