aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2023-02-12 16:26:22 +0100
committerThomas Schwinge <thomas@codesourcery.com>2023-02-12 16:26:22 +0100
commitab1305234f566eb2bc3a7c9d020a2dd11948a754 (patch)
tree2d980847eca3a0d7f27fc3ccb5e20aa5de2ae040 /gcc/rust
parent09e9d996b0a7f12b713807b5d166a014c392b0a2 (diff)
parent32582c190b91287a0d1239162333f5ad0ac81e72 (diff)
downloadgcc-ab1305234f566eb2bc3a7c9d020a2dd11948a754.zip
gcc-ab1305234f566eb2bc3a7c9d020a2dd11948a754.tar.gz
gcc-ab1305234f566eb2bc3a7c9d020a2dd11948a754.tar.bz2
Merge commit '9cf9f3c7629d768d940d9f87cddcd616bb0449e0^' into HEAD
Diffstat (limited to 'gcc/rust')
-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.