diff options
Diffstat (limited to 'gcc/rust/expand/rust-macro-builtins-format-args.cc')
-rw-r--r-- | gcc/rust/expand/rust-macro-builtins-format-args.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/rust/expand/rust-macro-builtins-format-args.cc b/gcc/rust/expand/rust-macro-builtins-format-args.cc index 72327d2..031007b 100644 --- a/gcc/rust/expand/rust-macro-builtins-format-args.cc +++ b/gcc/rust/expand/rust-macro-builtins-format-args.cc @@ -15,6 +15,7 @@ // You should have received a copy of the GNU General Public License // along with GCC; see the file COPYING3. If not see // <http://www.gnu.org/licenses/>. +#include "rust-ast-fragment.h" #include "rust-macro-builtins-helpers.h" #include "rust-expand-format-args.h" @@ -115,7 +116,8 @@ format_args_parse_arguments (AST::MacroInvocData &invoc) tl::optional<AST::Fragment> MacroBuiltin::format_args_handler (location_t invoc_locus, - AST::MacroInvocData &invoc, bool semicolon, + AST::MacroInvocData &invoc, + AST::InvocKind semicolon, AST::FormatArgs::Newline nl) { auto input = format_args_parse_arguments (invoc); |