Skip to content

Commit 1623f15

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tools/rust-analyzer/crates/hir/src/semantics.rs

+2-1
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)