aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rust/ChangeLog')
-rw-r--r--gcc/rust/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/rust/ChangeLog b/gcc/rust/ChangeLog
index acd36bf..fea0f7f 100644
--- a/gcc/rust/ChangeLog
+++ b/gcc/rust/ChangeLog
@@ -1,3 +1,10 @@
+2022-12-14 Jakub Jelinek <jakub@redhat.com>
+
+ PR rust/106072
+ * parse/rust-parse-impl.h (parse_closure_param): Store
+ pattern->get_locus () in a temporary before std::move (pattern) is
+ invoked.
+
2022-12-13 Philip Herron <philip.herron@embecosm.com>
* CONTRIBUTING.md: New.