We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 298e160 commit 0a1934aCopy full SHA for 0a1934a
compiler/rustc_ast_pretty/src/pprust/state/expr.rs
@@ -527,10 +527,12 @@ impl<'a> State<'a> {
527
}
528
529
ast::ExprKind::InlineAsm(a) => {
530
+ // FIXME: This should have its own syntax, distinct from a macro invocation.
531
self.word("asm!");
532
self.print_inline_asm(a);
533
534
ast::ExprKind::FormatArgs(fmt) => {
535
536
self.word("format_args!");
537
self.popen();
538
self.rbox(0, Inconsistent);
0 commit comments