diff options
author | Philip Herron <herron.philip@googlemail.com> | 2023-01-16 19:31:11 +0000 |
---|---|---|
committer | Philip Herron <herron.philip@googlemail.com> | 2023-02-05 00:10:47 +0000 |
commit | 56a21f487f4ae2203727d4940812bff160f5f85c (patch) | |
tree | fc193abe13b2e7804e229ea07225e203b39d229e /gcc/rust | |
parent | 5ea0f26bab31e63aaab85eee25250eddb753486f (diff) | |
download | gcc-56a21f487f4ae2203727d4940812bff160f5f85c.zip gcc-56a21f487f4ae2203727d4940812bff160f5f85c.tar.gz gcc-56a21f487f4ae2203727d4940812bff160f5f85c.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.
Diffstat (limited to 'gcc/rust')
-rw-r--r-- | gcc/rust/Make-lang.in | 2 | ||||
-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 82d5c5d..5f5cee7 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 ba4d322..ba4d322 100644 --- a/gcc/rust/typecheck/rust-tyctx.cc +++ b/gcc/rust/typecheck/rust-typecheck-context.cc |