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

gcc/rust/ChangeLog:

	* Make-lang.in: Rename object file.
	* ast/rust-ast-full-test.cc: Moved to...
	* ast/rust-ast.cc: ...here.
This commit is contained in:
Parthib
2023-01-28 22:07:45 +05:30
committed by Arthur Cohen
parent 221650c280
commit 9b19e93873
2 changed files with 1 additions and 1 deletions

View File

@@ -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 \