aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/expand/rust-macro-expand.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rust/expand/rust-macro-expand.cc')
-rw-r--r--gcc/rust/expand/rust-macro-expand.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/rust/expand/rust-macro-expand.cc b/gcc/rust/expand/rust-macro-expand.cc
index e9f2e2a..df99d75 100644
--- a/gcc/rust/expand/rust-macro-expand.cc
+++ b/gcc/rust/expand/rust-macro-expand.cc
@@ -3285,6 +3285,8 @@ MacroExpander::fails_cfg_with_expand (std::vector<AST::Attribute> &attrs) const
// DEBUG
if (!attr.is_parsed_to_meta_item ())
fprintf (stderr, "failed to parse attr to meta item, right before cfg predicate check\n");
+ else
+ fprintf(stderr, "attr has been successfully parsed to meta item, right before cfg predicate check\n");
if (!attr.check_cfg_predicate (session))
{