diff options
author | Thomas Schwinge <tschwinge@baylibre.com> | 2024-03-19 16:37:35 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@baylibre.com> | 2024-03-19 16:37:35 +0100 |
commit | e8c161211f0c5bfac915979aebcd6a16b0bc49ab (patch) | |
tree | 5c6bfeac90f189d4f07b82337cea932083751727 /gcc/rust | |
parent | f0fdff9b6da1a17d8e1c2d83347e84c5218b1b29 (diff) | |
parent | 061a82fa2b751b42d0d8ddfcd45367c848d3ee64 (diff) | |
download | gcc-e8c161211f0c5bfac915979aebcd6a16b0bc49ab.zip gcc-e8c161211f0c5bfac915979aebcd6a16b0bc49ab.tar.gz gcc-e8c161211f0c5bfac915979aebcd6a16b0bc49ab.tar.bz2 |
Merge commit 'f7884f7673444b8a2c10ea0981d480f2e82dd16a^' into HEAD
Diffstat (limited to 'gcc/rust')
-rw-r--r-- | gcc/rust/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/rust/ChangeLog b/gcc/rust/ChangeLog index 186ff4c..f942a8f 100644 --- a/gcc/rust/ChangeLog +++ b/gcc/rust/ChangeLog @@ -1,3 +1,7 @@ +2023-11-19 David Malcolm <dmalcolm@redhat.com> + + * rust-location.h: Include "rich-location.h". + 2023-10-20 Patrick Palka <ppalka@redhat.com> PR rust/111899 |