aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Herron <herron.philip@googlemail.com>2023-01-16 19:31:11 +0000
committerArthur Cohen <arthur.cohen@embecosm.com>2023-04-06 10:47:20 +0200
commit6c4fa22d38492d9d80255b6d2e52370bde6e8749 (patch)
tree44c81f239ae32c66fe125d272a787ce03b0724da
parent615ee14c08e5eb2347813005bb3ad14efeddd725 (diff)
downloadgcc-6c4fa22d38492d9d80255b6d2e52370bde6e8749.zip
gcc-6c4fa22d38492d9d80255b6d2e52370bde6e8749.tar.gz
gcc-6c4fa22d38492d9d80255b6d2e52370bde6e8749.tar.bz2
gccrs: Rename rust-tyctx.cc to rust-typecheck-context.cc
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.
-rw-r--r--gcc/rust/Make-lang.in2
-rw-r--r--gcc/rust/typecheck/rust-typecheck-context.cc (renamed from gcc/rust/typecheck/rust-tyctx.cc)0
2 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/Make-lang.in b/gcc/rust/Make-lang.in
index 5e173f1..4752bb8 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
index 27ff969..27ff969 100644
--- a/gcc/rust/typecheck/rust-tyctx.cc
+++ b/gcc/rust/typecheck/rust-typecheck-context.cc