public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] Rename file rust-ast-full-test.cc to rust-ast.cc
@ 2023-01-30 13:24 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2023-01-30 13:24 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:2ad7c1ca0e9cff76d34b5d9acd94e2893ff538db

commit 2ad7c1ca0e9cff76d34b5d9acd94e2893ff538db
Author: Parthib <parthibdutta02@gmail.com>
Date:   Sat Jan 28 22:07:45 2023 +0530

    Rename file rust-ast-full-test.cc to rust-ast.cc

Diff:
---
 gcc/rust/Make-lang.in                               | 2 +-
 gcc/rust/ast/{rust-ast-full-test.cc => rust-ast.cc} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/rust/Make-lang.in b/gcc/rust/Make-lang.in
index 90da858433d..52bc7199156 100644
--- a/gcc/rust/Make-lang.in
+++ b/gcc/rust/Make-lang.in
@@ -73,7 +73,7 @@ GRS_OBJS = \
     rust/rust-lex.o \
     rust/rust-cfg-parser.o \
     rust/rust-parse.o \
-    rust/rust-ast-full-test.o \
+    rust/rust-ast.o \
     rust/rust-ast-fragment.o \
     rust/rust-ast-dump.o \
     rust/rust-hir-dump.o \
diff --git a/gcc/rust/ast/rust-ast-full-test.cc b/gcc/rust/ast/rust-ast.cc
similarity index 100%
rename from gcc/rust/ast/rust-ast-full-test.cc
rename to gcc/rust/ast/rust-ast.cc

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-30 13:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-30 13:24 [gcc/devel/rust/master] Rename file rust-ast-full-test.cc to rust-ast.cc Thomas Schwinge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).