[committed 44/88] gccrs: Rename rust-tyctx.cc to rust-typecheck-context.cc
arthur.cohen@embecosm.com
arthur.cohen@embecosm.com
Wed Apr 5 14:03:28 GMT 2023
From: Philip Herron <herron.philip@googlemail.com>
Signed-off-by: Philip Herron <herron.philip@googlemail.com>
gcc/rust/ChangeLog:
* Make-lang.in: update name
* typecheck/rust-tyctx.cc: Moved to...
* typecheck/rust-typecheck-context.cc: ...here.
---
gcc/rust/Make-lang.in | 2 +-
gcc/rust/typecheck/{rust-tyctx.cc => rust-typecheck-context.cc} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename gcc/rust/typecheck/{rust-tyctx.cc => rust-typecheck-context.cc} (100%)
diff --git a/gcc/rust/Make-lang.in b/gcc/rust/Make-lang.in
index 5e173f1d2dc..4752bb83562 100644
--- a/gcc/rust/Make-lang.in
+++ b/gcc/rust/Make-lang.in
@@ -118,7 +118,7 @@ GRS_OBJS = \
rust/rust-tyty-util.o \
rust/rust-tyty-call.o \
rust/rust-tyty-subst.o \
- rust/rust-tyctx.o \
+ rust/rust-typecheck-context.o \
rust/rust-tyty-bounds.o \
rust/rust-hir-type-check-util.o \
rust/rust-hir-trait-resolve.o \
diff --git a/gcc/rust/typecheck/rust-tyctx.cc b/gcc/rust/typecheck/rust-typecheck-context.cc
similarity index 100%
rename from gcc/rust/typecheck/rust-tyctx.cc
rename to gcc/rust/typecheck/rust-typecheck-context.cc
--
2.40.0
More information about the Gcc-rust
mailing list