]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gccrs: Rename rust-tyctx.cc to rust-typecheck-context.cc
authorPhilip Herron <herron.philip@googlemail.com>
Mon, 16 Jan 2023 19:31:11 +0000 (19:31 +0000)
committerArthur Cohen <arthur.cohen@embecosm.com>
Thu, 6 Apr 2023 08:47:20 +0000 (10:47 +0200)
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
gcc/rust/typecheck/rust-typecheck-context.cc [moved from gcc/rust/typecheck/rust-tyctx.cc with 100% similarity]

index 5e173f1d2dc94eed7021c81a16ed12c6a2d8d5e7..4752bb835626bcfbea89ccbb5681857d6a4ff55d 100644 (file)
@@ -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 \