]> 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)
committerPhilip Herron <herron.philip@googlemail.com>
Sun, 5 Feb 2023 00:10:47 +0000 (00:10 +0000)
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 82d5c5d8b0af412fc45b9795a9549d61ff3269f2..5f5cee71c13df948df30dd5f6cd6926dd5ea009f 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 \