Skip to content

Commit 2df806a

Browse files
committed
allow format_args! expansion
1 parent 0adb0e1 commit 2df806a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/hir/src/semantics.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,8 @@ impl<'db> SemanticsImpl<'db> {
331331
BuiltinFnLikeExpander::Cfg
332332
| BuiltinFnLikeExpander::StdPanic
333333
| BuiltinFnLikeExpander::Stringify
334-
| BuiltinFnLikeExpander::CorePanic,
334+
| BuiltinFnLikeExpander::CorePanic
335+
| BuiltinFnLikeExpander::FormatArgs,
335336
)
336337
| hir_expand::MacroDefKind::BuiltInEager(
337338
_,

0 commit comments

Comments
 (0)