diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2023-01-30 09:06:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-30 09:06:03 +0000 |
commit | d12a38da686e39952e083821f1d77116f3ed91af (patch) | |
tree | 763958cb99b48b8341e62008c4109ef8048d7946 /gcc | |
parent | 21ec24265b2fb5ee76f806680d30ea90b4903ec8 (diff) | |
parent | 2ad7c1ca0e9cff76d34b5d9acd94e2893ff538db (diff) | |
download | gcc-d12a38da686e39952e083821f1d77116f3ed91af.zip gcc-d12a38da686e39952e083821f1d77116f3ed91af.tar.gz gcc-d12a38da686e39952e083821f1d77116f3ed91af.tar.bz2 |
Merge #1777
1777: Rename file rust-ast-full-test.cc to rust-ast.cc r=CohenArthur a=Parthib314
* Fixes issue #1765
**Rename the `rust-ast-full-test.cc` to `rust-ast.cc` and also update it on `Make-lang.in`**
Co-authored-by: Parthib <parthibdutta02@gmail.com>
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/rust/Make-lang.in | 2 | ||||
-rw-r--r-- | gcc/rust/ast/rust-ast.cc (renamed from gcc/rust/ast/rust-ast-full-test.cc) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/Make-lang.in b/gcc/rust/Make-lang.in index 90da858..52bc719 100644 --- a/gcc/rust/Make-lang.in +++ b/gcc/rust/Make-lang.in @@ -73,7 +73,7 @@ GRS_OBJS = \ rust/rust-lex.o \ rust/rust-cfg-parser.o \ rust/rust-parse.o \ - rust/rust-ast-full-test.o \ + rust/rust-ast.o \ rust/rust-ast-fragment.o \ rust/rust-ast-dump.o \ rust/rust-hir-dump.o \ diff --git a/gcc/rust/ast/rust-ast-full-test.cc b/gcc/rust/ast/rust-ast.cc index c98df51..c98df51 100644 --- a/gcc/rust/ast/rust-ast-full-test.cc +++ b/gcc/rust/ast/rust-ast.cc |