diff options
Diffstat (limited to 'gcc/rust/expand/rust-macro-expand.h')
-rw-r--r-- | gcc/rust/expand/rust-macro-expand.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/rust/expand/rust-macro-expand.h b/gcc/rust/expand/rust-macro-expand.h index 0d0282e..61b69e4 100644 --- a/gcc/rust/expand/rust-macro-expand.h +++ b/gcc/rust/expand/rust-macro-expand.h @@ -187,6 +187,9 @@ struct MacroExpander { ITEM, BLOCK, + TRAIT, + IMPL, + EXTERN, }; ExpansionCfg cfg; |