]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_builtin_macros/src/assert/context.rs
Rollup merge of #107817 - notriddle:notriddle/wheel-svg, r=GuillaumeGomez
[rust.git] / compiler / rustc_builtin_macros / src / assert / context.rs
index 93b07801e035d7de24d995980ccd1568063ffb29..342b1735661df9acd779fdf54fc6f7fc6154174c 100644 (file)
@@ -297,6 +297,7 @@ fn manage_cond_expr(&mut self, expr: &mut P<Expr>) {
             | ExprKind::Continue(_)
             | ExprKind::Err
             | ExprKind::Field(_, _)
+            | ExprKind::FormatArgs(_)
             | ExprKind::ForLoop(_, _, _, _)
             | ExprKind::If(_, _, _)
             | ExprKind::IncludedBytes(..)