Skip to content

Commit 1623f15

Browse files
committed
allow format_args! expansion
1 parent 4d58fc1 commit 1623f15

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎src/tools/rust-analyzer/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)