diff options
author | SimplyTheOther <simplytheother@gmail.com> | 2020-10-05 22:23:06 +0800 |
---|---|---|
committer | SimplyTheOther <simplytheother@gmail.com> | 2020-12-08 21:10:13 +0800 |
commit | 423462fb6785896c8031319d50ac38fbca3afb51 (patch) | |
tree | 2189e0aefa07f55ade13bd052e9d852f3afdccfa /gcc/rust/ast/rust-macro.h | |
parent | e7cf2f7789dccbb1d8aac6222b2b1c0f4d5f18f6 (diff) | |
download | gcc-423462fb6785896c8031319d50ac38fbca3afb51.zip gcc-423462fb6785896c8031319d50ac38fbca3afb51.tar.gz gcc-423462fb6785896c8031319d50ac38fbca3afb51.tar.bz2 |
Added proper cfg_attr expansion
Diffstat (limited to 'gcc/rust/ast/rust-macro.h')
-rw-r--r-- | gcc/rust/ast/rust-macro.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/rust/ast/rust-macro.h b/gcc/rust/ast/rust-macro.h index b51b149..9ecbb51 100644 --- a/gcc/rust/ast/rust-macro.h +++ b/gcc/rust/ast/rust-macro.h @@ -572,6 +572,8 @@ protected: }; // Object that parses macros from a token stream. +/* TODO: would "AttributeParser" be a better name? MetaItems are only for + * attributes, I believe */ struct MacroParser { private: |