Skip to content

Commit a50fcbc

Browse files
Merge #1017
1017: attr-visitor: Split in its own source and header r=CohenArthur a=CohenArthur Split up the 4000 lines rust-macro-expand.cc file containing the AttrVisitor class and the macro expander implementation Co-authored-by: Arthur Cohen <[email protected]>
2 parents e076823 + 63a2146 commit a50fcbc

File tree

4 files changed

+3464
-3073
lines changed

4 files changed

+3464
-3073
lines changed

gcc/rust/Make-lang.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ GRS_OBJS = \
7474
rust/rust-mangle.o \
7575
rust/rust-compile-resolve-path.o \
7676
rust/rust-macro-expand.o \
77+
rust/rust-attribute-visitor.o \
7778
rust/rust-macro-invoc-lexer.o \
7879
rust/rust-macro-substitute-ctx.o \
7980
rust/rust-macro-builtins.o \

0 commit comments

Comments
 (0)