aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/expand/rust-macro-builtins.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rust/expand/rust-macro-builtins.h')
-rw-r--r--gcc/rust/expand/rust-macro-builtins.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/rust/expand/rust-macro-builtins.h b/gcc/rust/expand/rust-macro-builtins.h
index 3759f62..896ccf9 100644
--- a/gcc/rust/expand/rust-macro-builtins.h
+++ b/gcc/rust/expand/rust-macro-builtins.h
@@ -160,8 +160,8 @@ public:
static AST::Fragment sorry (Location invoc_locus, AST::MacroInvocData &invoc);
- /* Builtin procedural macros do not work directly on tokens, but still need an
- * empty builtin transcriber to be considered proper builtin macros */
+ /* Builtin procedural macros do not work directly on tokens, but still need a
+ * builtin transcriber to be considered proper builtin macros */
static AST::Fragment proc_macro_builtin (Location, AST::MacroInvocData &);
};
} // namespace Rust